#304118

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

Shades of Turtle Green #304118

Tints of Turtle Green #304118

Color information

#304118 (or 0x304118) is unknown color: approx Turtle Green. HEX triplet: 30, 41 and 18. RGB value is (48,65,24). Sum of RGB (Red+Green+Blue) = 48+65+24=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #304118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304118 is #CFBEE7. Grayscale: #373737. Windows color (decimal): -13614824 or 1589552. OLE color: 1589552.

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

Color convert

RGB486524-
CMYK0.2600.630.75
HSL84.88º46.07%17.45%-
HSV(B)84.88º63.08%25.49%-
XYZ3.274.471.56-
YUV55.24110.37122.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=35.04%
G=47.45%
B=17.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865240.2600.630.7584.8846.0717.45
Hex3041181A03F4B552e11
Octal6010130320771131255621
Binary1100001000001110001101001111111001011101010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304118; }

 p { color: rgb(48,65,24); }

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

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

 a { background-color: rgb(48,65,24); }

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

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

 span { border-color: rgb(48,65,24); }

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