#2F3919

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

Shades of Turtle Green #2F3919

Tints of Turtle Green #2F3919

Color information

#2F3919 (or 0x2F3919) is unknown color: approx Turtle Green. HEX triplet: 2F, 39 and 19. RGB value is (47,57,25). Sum of RGB (Red+Green+Blue) = 47+57+25=129 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.43% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3919 is #D0C6E6. Grayscale: #323232. Windows color (decimal): -13682407 or 1653039. OLE color: 1653039.

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

Color convert

RGB475725-
CMYK0.1800.560.78
HSL78.75º39.02%16.08%-
HSV(B)78.75º56.14%22.35%-
XYZ2.813.61.47-
YUV50.36113.69125.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.43%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=36.43%
G=44.19%
B=19.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757250.1800.560.7878.7539.0216.08
Hex2F3919120384E4f2710
Octal577131220701161174720
Binary101111111001110011001001110001001110100111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,25); }

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

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

 a { background-color: rgb(47,57,25); }

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

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

 span { border-color: rgb(47,57,25); }

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