#2D3A0F

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

Shades of Turtle Green #2D3A0F

Tints of Turtle Green #2D3A0F

Color information

#2D3A0F (or 0x2D3A0F) is unknown color: approx Turtle Green. HEX triplet: 2D, 3A and 0F. RGB value is (45,58,15). Sum of RGB (Red+Green+Blue) = 45+58+15=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3A0F is #D2C5F0. Grayscale: #313131. Windows color (decimal): -13813233 or 997933. OLE color: 997933.

HSL color Cylindrical-coordinate representation of color #2D3A0F: hue angle of 78.14º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D3A0F is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB455815-
CMYK0.2200.740.77
HSL78.14º58.9%14.31%-
HSV(B)78.14º74.14%22.75%-
XYZ2.683.621.01-
YUV49.21108.69125-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.14%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=38.14%
G=49.15%
B=12.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4558150.2200.740.7778.1458.914.31
Hex2D3AF1604A4D4e3be
Octal5572172601121151167316
Binary10110111101011111011001001010100110110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,58,15); }

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

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

 a { background-color: rgb(45,58,15); }

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

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

 span { border-color: rgb(45,58,15); }

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