#304205

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

Shades of Turtle Green #304205

Tints of Turtle Green #304205

Color information

#304205 (or 0x304205) is unknown color: approx Turtle Green. HEX triplet: 30, 42 and 05. RGB value is (48,66,5). Sum of RGB (Red+Green+Blue) = 48+66+5=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #304205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304205 is #CFBDFA. Grayscale: #353535. Windows color (decimal): -13614587 or 344624. OLE color: 344624.

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

Color convert

RGB48665-
CMYK0.2700.920.74
HSL77.7º85.92%13.92%-
HSV(B)77.7º92.42%25.88%-
XYZ3.194.540.85-
YUV53.66100.54123.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=40.34%
G=55.46%
B=4.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal486650.2700.920.7477.785.9213.92
Hex304251B05C4A4e56e
Octal60102533013411211612616
Binary110000100001010111011010111001001010100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304205; }

 p { color: rgb(48,66,5); }

 H1.HeaderClassName
 {
   color: #304205;
 }
 .AnyTagClassName
 {
   color: #304205;
 }
</style>
background-color css

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

 a { background-color: rgb(48,66,5); }

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

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

 span { border-color: rgb(48,66,5); }

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