#304009

Color #304009 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #304009

Tints of Turtle Green #304009

Color information

#304009 (or 0x304009) is unknown color: approx 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

RGB48649-
CMYK0.2500.860.75
HSL77.45º75.34%14.31%-
HSV(B)77.45º85.94%25.1%-
XYZ3.14.310.93-
YUV52.95103.2124.47-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal486490.2500.860.7577.4575.3414.31
Hex30409190564B4d4be
Octal601001131012611311511316
Binary1100001000000100111001010101101001011100110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>