#303720

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

Shades of Turtle Green #303720

Tints of Turtle Green #303720

Color information

#303720 (or 0x303720) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 20. RGB value is (48,55,32). Sum of RGB (Red+Green+Blue) = 48+55+32=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #303720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303720 is #CFC8DF. Grayscale: #323232. Windows color (decimal): -13617376 or 2111280. OLE color: 2111280.

HSL color Cylindrical-coordinate representation of color #303720: hue angle of 78.26º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303720 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB485532-
CMYK0.1300.420.78
HSL78.26º26.44%17.06%-
HSV(B)78.26º41.82%21.57%-
XYZ2.853.471.89-
YUV50.28117.68126.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=35.56%
G=40.74%
B=23.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855320.1300.420.7878.2626.4417.06
Hex303720D02A4E4e1a11
Octal606740150521161163221
Binary11000011011110000011010101010100111010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303720; }

 p { color: rgb(48,55,32); }

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

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

 a { background-color: rgb(48,55,32); }

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

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

 span { border-color: rgb(48,55,32); }

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