#304018

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

Shades of Turtle Green #304018

Tints of Turtle Green #304018

Color information

#304018 (or 0x304018) is unknown color: approx Turtle Green. HEX triplet: 30, 40 and 18. RGB value is (48,64,24). Sum of RGB (Red+Green+Blue) = 48+64+24=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #304018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304018 is #CFBFE7. Grayscale: #363636. Windows color (decimal): -13615080 or 1589296. OLE color: 1589296.

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

Color convert

RGB486424-
CMYK0.2500.620.75
HSL84º45.45%17.25%-
HSV(B)84º62.5%25.1%-
XYZ3.224.361.54-
YUV54.66110.7123.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=35.29%
G=47.06%
B=17.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4864240.2500.620.758445.4517.25
Hex3040181903E4B542d11
Octal6010030310761131245521
Binary1100001000000110001100101111101001011101010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304018; }

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

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

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

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

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

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

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

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