#2F3716

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

Shades of Turtle Green #2F3716

Tints of Turtle Green #2F3716

Color information

#2F3716 (or 0x2F3716) is unknown color: approx Turtle Green. HEX triplet: 2F, 37 and 16. RGB value is (47,55,22). Sum of RGB (Red+Green+Blue) = 47+55+22=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #2F3716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3716 is #D0C8E9. Grayscale: #303030. Windows color (decimal): -13682922 or 1455919. OLE color: 1455919.

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

Color convert

RGB475522-
CMYK0.1500.60.78
HSL74.55º42.86%15.1%-
HSV(B)74.55º60%21.57%-
XYZ2.683.391.27-
YUV48.85112.85126.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.90%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=37.90%
G=44.35%
B=17.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4755220.1500.60.7874.5542.8615.1
Hex2F3716F03C4E4b2bf
Octal576726170741161135317
Binary1011111101111011011110111100100111010010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3716; }

 p { color: rgb(47,55,22); }

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

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

 a { background-color: rgb(47,55,22); }

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

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

 span { border-color: rgb(47,55,22); }

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