#303912

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

Shades of Turtle Green #303912

Tints of Turtle Green #303912

Color information

#303912 (or 0x303912) is unknown color: approx Turtle Green. HEX triplet: 30, 39 and 12. RGB value is (48,57,18). Sum of RGB (Red+Green+Blue) = 48+57+18=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #303912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303912 is #CFC6ED. Grayscale: #323232. Windows color (decimal): -13616878 or 1194288. OLE color: 1194288.

HSL color Cylindrical-coordinate representation of color #303912: hue angle of 73.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303912 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB485718-
CMYK0.1600.680.78
HSL73.85º52%14.71%-
HSV(B)73.85º68.42%22.35%-
XYZ2.793.61.12-
YUV49.86110.02126.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.02%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=39.02%
G=46.34%
B=14.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857180.1600.680.7873.855214.71
Hex303912100444E4a34f
Octal6071222001041161126417
Binary110000111001100101000001000100100111010010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303912; }

 p { color: rgb(48,57,18); }

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

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

 a { background-color: rgb(48,57,18); }

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

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

 span { border-color: rgb(48,57,18); }

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