#2F3B07

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

Shades of Turtle Green #2F3B07

Tints of Turtle Green #2F3B07

Color information

#2F3B07 (or 0x2F3B07) is unknown color: approx Turtle Green. HEX triplet: 2F, 3B and 07. RGB value is (47,59,7). Sum of RGB (Red+Green+Blue) = 47+59+7=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 59 (23.44% from 255 or 52.21% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3B07 is #D0C4F8. Grayscale: #313131. Windows color (decimal): -13681913 or 473903. OLE color: 473903.

HSL color Cylindrical-coordinate representation of color #2F3B07: hue angle of 73.85º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F3B07 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB47597-
CMYK0.2000.880.77
HSL73.85º78.79%12.94%-
HSV(B)73.85º88.14%23.14%-
XYZ2.773.750.78-
YUV49.48104.02126.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 59 (23.44% from 255) = 52.21%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=41.59%
G=52.21%
B=6.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal475970.2000.880.7773.8578.7912.94
Hex2F3B7140584D4a4fd
Octal5773724013011511211715
Binary10111111101111110100010110001001101100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,7); }

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

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

 a { background-color: rgb(47,59,7); }

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

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

 span { border-color: rgb(47,59,7); }

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