#2F4310

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

Shades of Turtle Green #2F4310

Tints of Turtle Green #2F4310

Color information

#2F4310 (or 0x2F4310) is unknown color: approx Turtle Green. HEX triplet: 2F, 43 and 10. RGB value is (47,67,16). Sum of RGB (Red+Green+Blue) = 47+67+16=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #2F4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4310 is #D0BCEF. Grayscale: #373737. Windows color (decimal): -13679856 or 1065775. OLE color: 1065775.

HSL color Cylindrical-coordinate representation of color #2F4310: hue angle of 83.53º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F4310 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB476716-
CMYK0.3000.760.74
HSL83.53º61.45%16.27%-
HSV(B)83.53º76.12%26.27%-
XYZ3.274.661.22-
YUV55.21105.87122.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 36.15%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=36.15%
G=51.54%
B=12.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4767160.3000.760.7483.5361.4516.27
Hex2F43101E04C4A543d10
Octal57103203601141121247520
Binary10111110000111000011110010011001001010101010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,67,16); }

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

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

 a { background-color: rgb(47,67,16); }

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

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

 span { border-color: rgb(47,67,16); }

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