#2F3B0D

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

Shades of Turtle Green #2F3B0D

Tints of Turtle Green #2F3B0D

Color information

#2F3B0D (or 0x2F3B0D) is unknown color: approx Turtle Green. HEX triplet: 2F, 3B and 0D. RGB value is (47,59,13). Sum of RGB (Red+Green+Blue) = 47+59+13=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 59 (23.44% from 255 or 49.58% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3B0D is #D0C4F2. Grayscale: #323232. Windows color (decimal): -13681907 or 867119. OLE color: 867119.

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

Color convert

RGB475913-
CMYK0.2000.780.77
HSL75.65º63.89%14.12%-
HSV(B)75.65º77.97%23.14%-
XYZ2.813.760.96-
YUV50.17107.02125.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 59 (23.44% from 255) = 49.58%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=39.50%
G=49.58%
B=10.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4759130.2000.780.7775.6563.8914.12
Hex2F3BD1404E4D4c40e
Octal57731524011611511410016
Binary101111111011110110100010011101001101100110010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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