#2D3100

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

Shades of Turtle Green #2D3100

Tints of Turtle Green #2D3100

Color information

#2D3100 (or 0x2D3100) is unknown color: approx Turtle Green. HEX triplet: 2D, 31 and 00. RGB value is (45,49,0). Sum of RGB (Red+Green+Blue) = 45+49+0=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3100 is #D2CEFF. Grayscale: #2A2A2A. Windows color (decimal): -13815552 or 12589. OLE color: 12589.

HSL color Cylindrical-coordinate representation of color #2D3100: hue angle of 64.9º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D3100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB45490-
CMYK0.08010.81
HSL64.9º100%9.61%-
HSV(B)64.9º100%19.22%-
XYZ2.182.750.42-
YUV42.22104.17129.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 47.87%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.87%
G=52.13%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal454900.08010.8164.91009.61
Hex2D3108064514164a
Octal5561010014412110114412
Binary10110111000101000011001001010001100000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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