Html Css Color HEX #304502 Turtle Green

📋 copy color: '#304502'

red 48 ◦ green 69 ◦ blue 2

#304502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #304502

Tints of Turtle Green #304502

RGB

 RED value IS 48 (19.14% from 255) = 40.34%

 GREEN value IS 69 (27.34% from 255) = 57.98%

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 40.34%
G = 57.98%
B = 1.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#304502 (or 0x304502) is known color: Turtle Green. HEX triplet: 30, 45 and 02. RGB value is (48,69,2). Sum of RGB (Red+Green+Blue) = 48+69+2=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #304502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304502 is #CFBAFD. Grayscale: #373737. Windows color (decimal): -13613822 or 148784. OLE color: 148784.

HSL color Cylindrical-coordinate representation of color #304502: hue angle of 78.81º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304502 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 2 -
CMYK 0.30 0 0.97 0.73
HSL 78.81º 0.94% 0.14% -
HSV(B) 78.81º 0.97% 0.27% -
XYZ 3.36 4.89 0.82 -
YUV 55.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 48 69 2 0.30 0 0.97 0.73 78.81 0.94 0.14
Hex 30 45 2 1E 0 61 49 4F 5E E
Octal 60 105 2 36 0 141 111 117 136 16
Binary 110000 1000101 10 11110 0 1100001 1001001 1001111 1011110 1110

Color Harmonies of #304502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304502

Black with #304502

Text Example


Text Example

White with #304502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304502; }

 p { color: rgb(48,69,2); }

 H1.HeaderClassName
 {
   color: #304502;
 }
 .AnyTagClassName
 {
   color: #304502;
 }
</style>

background-color css

<style>
 a { background-color: #304502; }

 a { background-color: rgb(48,69,2); }

 div.DivClassName
 {
   background-color: #304502;
 }
 .BgClassName
 {
   background-color: #304502;
 }
</style>

border-color css

<style>
 span { border-color: #304502; }

 span { border-color: rgb(48,69,2); }

 td.TdClassName
 {
   border-color: #304502;
 }
 .TagClassName
 {
   border-color: #304502;
 }
</style>