#2D3F0E

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

Shades of Turtle Green #2D3F0E

Tints of Turtle Green #2D3F0E

Color information

#2D3F0E (or 0x2D3F0E) is unknown color: approx Turtle Green. HEX triplet: 2D, 3F and 0E. RGB value is (45,63,14). Sum of RGB (Red+Green+Blue) = 45+63+14=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F0E is #D2C0F1. Grayscale: #343434. Windows color (decimal): -13811954 or 933677. OLE color: 933677.

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

Color convert

RGB456314-
CMYK0.2900.780.75
HSL82.04º63.64%15.1%-
HSV(B)82.04º77.78%24.71%-
XYZ2.944.141.06-
YUV52.03106.54122.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.89%
GREEN value IS 63 (25% from 255) = 51.64%
BLUE value IS 14 (5.86% from 255) = 11.48%
R=36.89%
G=51.64%
B=11.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4563140.2900.780.7582.0463.6415.1
Hex2D3FE1D04E4B5240f
Octal55771635011611312210017
Binary101101111111111011101010011101001011101001010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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