#2F5501

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

Shades of Turtle Green #2F5501

Tints of Turtle Green #2F5501

Color information

#2F5501 (or 0x2F5501) is unknown color: approx Turtle Green. HEX triplet: 2F, 55 and 01. RGB value is (47,85,1). Sum of RGB (Red+Green+Blue) = 47+85+1=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5501 is #D0AAFE. Grayscale: #404040. Windows color (decimal): -13675263 or 87343. OLE color: 87343.

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

Color convert

RGB47851-
CMYK0.4500.990.67
HSL87.14º97.67%16.86%-
HSV(B)87.14º98.82%33.33%-
XYZ4.437.11.17-
YUV64.0692.41115.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 35.34%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=35.34%
G=63.91%
B=0.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal478510.4500.990.6787.1497.6716.86
Hex2F5512D06343576211
Octal57125155014310312714221
Binary101111101010111011010110001110000111010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,85,1); }

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

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

 a { background-color: rgb(47,85,1); }

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

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

 span { border-color: rgb(47,85,1); }

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