Html Css Color HEX #304008 Turtle Green

📋 copy color: '#304008'

red 48 ◦ green 64 ◦ blue 8

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

Shades of Turtle Green #304008

Tints of Turtle Green #304008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 40%
G = 53.33%
B = 6.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#304008 (or 0x304008) is known color: Turtle Green. HEX triplet: 30, 40 and 08. RGB value is (48,64,8). Sum of RGB (Red+Green+Blue) = 48+64+8=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #304008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304008 is #CFBFF7. Grayscale: #353535. Windows color (decimal): -13615096 or 540720. OLE color: 540720.

HSL color Cylindrical-coordinate representation of color #304008: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #304008 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 8 -
CMYK 0.25 0 0.87 0.75
HSL 77.14º 0.78% 0.14% -
HSV(B) 77.14º 0.88% 0.25% -
XYZ 3.1 4.31 0.9 -
YUV 52.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 48 64 8 0.25 0 0.87 0.75 77.14 0.78 0.14
Hex 30 40 8 19 0 57 4B 4D 4E E
Octal 60 100 10 31 0 127 113 115 116 16
Binary 110000 1000000 1000 11001 0 1010111 1001011 1001101 1001110 1110

Color Harmonies of #304008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304008

Black with #304008

Text Example


Text Example

White with #304008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304008; }

 p { color: rgb(48,64,8); }

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

background-color css

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

 a { background-color: rgb(48,64,8); }

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

border-color css

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

 span { border-color: rgb(48,64,8); }

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