Html Css Color HEX #304009 Turtle Green

📋 copy color: '#304009'

red 48 ◦ green 64 ◦ blue 9

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

Shades of Turtle Green #304009

Tints of Turtle Green #304009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.44%

R = 39.67%
G = 52.89%
B = 7.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#304009 (or 0x304009) is known color: Turtle Green. HEX triplet: 30, 40 and 09. RGB value is (48,64,9). Sum of RGB (Red+Green+Blue) = 48+64+9=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #304009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304009 is #CFBFF6. Grayscale: #353535. Windows color (decimal): -13615095 or 606256. OLE color: 606256.

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

Color convert

RGB 48 64 9 -
CMYK 0.25 0 0.86 0.75
HSL 77.45º 0.75% 0.14% -
HSV(B) 77.45º 0.86% 0.25% -
XYZ 3.1 4.31 0.93 -
YUV 52.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 48 64 9 0.25 0 0.86 0.75 77.45 0.75 0.14
Hex 30 40 9 19 0 56 4B 4D 4B E
Octal 60 100 11 31 0 126 113 115 113 16
Binary 110000 1000000 1001 11001 0 1010110 1001011 1001101 1001011 1110

Color Harmonies of #304009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304009

Black with #304009

Text Example


Text Example

White with #304009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304009; }

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

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

background-color css

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

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

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

border-color css

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

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

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