#2D3700

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

Shades of Turtle Green #2D3700

Tints of Turtle Green #2D3700

Color information

#2D3700 (or 0x2D3700) is unknown color: approx Turtle Green. HEX triplet: 2D, 37 and 00. RGB value is (45,55,0). Sum of RGB (Red+Green+Blue) = 45+55+0=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3700 is #D2C8FF. Grayscale: #2D2D2D. Windows color (decimal): -13814016 or 14125. OLE color: 14125.

HSL color Cylindrical-coordinate representation of color #2D3700: hue angle of 70.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D3700 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB45550-
CMYK0.18010.78
HSL70.91º100%10.78%-
HSV(B)70.91º100%21.57%-
XYZ2.453.290.51-
YUV45.74102.19127.47-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45%
GREEN value IS 55 (21.88% from 255) = 55%
BLUE value IS 0 (0.39% from 255) = 0%
R=45%
G=55%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455500.18010.7870.9110010.78
Hex2D370120644E4764b
Octal5567022014411610714413
Binary101101110111010010011001001001110100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,0); }

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

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

 a { background-color: rgb(45,55,0); }

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

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

 span { border-color: rgb(45,55,0); }

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