#303718

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

Shades of Turtle Green #303718

Tints of Turtle Green #303718

Color information

#303718 (or 0x303718) is unknown color: approx Turtle Green. HEX triplet: 30, 37 and 18. RGB value is (48,55,24). Sum of RGB (Red+Green+Blue) = 48+55+24=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #303718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303718 is #CFC8E7. Grayscale: #313131. Windows color (decimal): -13617384 or 1586992. OLE color: 1586992.

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

Color convert

RGB485524-
CMYK0.1300.560.78
HSL73.55º39.24%15.49%-
HSV(B)73.55º56.36%21.57%-
XYZ2.753.431.38-
YUV49.37113.68127.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 55 (21.88% from 255) = 43.31%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=37.80%
G=43.31%
B=18.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855240.1300.560.7873.5539.2415.49
Hex303718D0384E4a27f
Octal606730150701161124717
Binary1100001101111100011010111000100111010010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303718; }

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

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

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

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

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

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

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

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