#2F5405

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

Shades of Turtle Green #2F5405

Tints of Turtle Green #2F5405

Color information

#2F5405 (or 0x2F5405) is unknown color: approx Turtle Green. HEX triplet: 2F, 54 and 05. RGB value is (47,84,5). Sum of RGB (Red+Green+Blue) = 47+84+5=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5405 is #D0ABFA. Grayscale: #404040. Windows color (decimal): -13675515 or 349231. OLE color: 349231.

HSL color Cylindrical-coordinate representation of color #2F5405: hue angle of 88.1º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F5405 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB47845-
CMYK0.4400.940.67
HSL88.1º88.76%17.45%-
HSV(B)88.1º94.05%32.94%-
XYZ4.376.961.26-
YUV63.9394.74115.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.56%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=34.56%
G=61.76%
B=3.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal478450.4400.940.6788.188.7617.45
Hex2F5452C05E43585911
Octal57124554013610313013121
Binary10111110101001011011000101111010000111011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,5); }

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

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

 a { background-color: rgb(47,84,5); }

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

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

 span { border-color: rgb(47,84,5); }

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