#2F4102

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

Shades of Turtle Green #2F4102

Tints of Turtle Green #2F4102

Color information

#2F4102 (or 0x2F4102) is unknown color: approx Turtle Green. HEX triplet: 2F, 41 and 02. RGB value is (47,65,2). Sum of RGB (Red+Green+Blue) = 47+65+2=114 (15% of max value = 765). Red value is 47 (18.75% from 255 or 41.23% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4102 is #D0BEFD. Grayscale: #343434. Windows color (decimal): -13680382 or 147759. OLE color: 147759.

HSL color Cylindrical-coordinate representation of color #2F4102: hue angle of 77.14º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F4102 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB47652-
CMYK0.2800.970.75
HSL77.14º94.03%13.14%-
HSV(B)77.14º96.92%25.49%-
XYZ3.074.390.74-
YUV52.4499.54124.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.23%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=41.23%
G=57.02%
B=1.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal476520.2800.970.7577.1494.0313.14
Hex2F4121C0614B4d5ed
Octal57101234014111311513615
Binary10111110000011011100011000011001011100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,2); }

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

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

 a { background-color: rgb(47,65,2); }

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

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

 span { border-color: rgb(47,65,2); }

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