#2D3F12

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

Shades of Turtle Green #2D3F12

Tints of Turtle Green #2D3F12

Color information

#2D3F12 (or 0x2D3F12) is unknown color: approx Turtle Green. HEX triplet: 2D, 3F and 12. RGB value is (45,63,18). Sum of RGB (Red+Green+Blue) = 45+63+18=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F12 is #D2C0ED. Grayscale: #343434. Windows color (decimal): -13811950 or 1195821. OLE color: 1195821.

HSL color Cylindrical-coordinate representation of color #2D3F12: hue angle of 84º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D3F12 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB456318-
CMYK0.2900.710.75
HSL84º55.56%15.88%-
HSV(B)84º71.43%24.71%-
XYZ2.974.161.22-
YUV52.49108.54122.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 35.71%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=35.71%
G=50%
B=14.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4563180.2900.710.758455.5615.88
Hex2D3F121D0474B543810
Octal5577223501071131247020
Binary1011011111111001011101010001111001011101010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,63,18); }

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

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

 a { background-color: rgb(45,63,18); }

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

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

 span { border-color: rgb(45,63,18); }

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