#2F530C

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

Shades of Turtle Green #2F530C

Tints of Turtle Green #2F530C

Color information

#2F530C (or 0x2F530C) is unknown color: approx Turtle Green. HEX triplet: 2F, 53 and 0C. RGB value is (47,83,12). Sum of RGB (Red+Green+Blue) = 47+83+12=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #2F530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F530C is #D0ACF3. Grayscale: #404040. Windows color (decimal): -13675764 or 807727. OLE color: 807727.

HSL color Cylindrical-coordinate representation of color #2F530C: hue angle of 90.42º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F530C is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB478312-
CMYK0.4300.860.67
HSL90.42º74.74%18.63%-
HSV(B)90.42º85.54%32.55%-
XYZ4.336.821.44-
YUV64.1498.57115.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=33.10%
G=58.45%
B=8.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783120.4300.860.6790.4274.7418.63
Hex2F53C2B056435a4b13
Octal571231453012610313211323
Binary101111101001111001010110101011010000111011010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,83,12); }

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

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

 a { background-color: rgb(47,83,12); }

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

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

 span { border-color: rgb(47,83,12); }

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