#2D3901

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

Shades of Turtle Green #2D3901

Tints of Turtle Green #2D3901

Color information

#2D3901 (or 0x2D3901) is unknown color: approx Turtle Green. HEX triplet: 2D, 39 and 01. RGB value is (45,57,1). Sum of RGB (Red+Green+Blue) = 45+57+1=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3901 is #D2C6FE. Grayscale: #2F2F2F. Windows color (decimal): -13813503 or 80173. OLE color: 80173.

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

Color convert

RGB45571-
CMYK0.2100.980.78
HSL72.86º96.55%11.37%-
HSV(B)72.86º98.25%22.35%-
XYZ2.553.490.57-
YUV47.03102.02126.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 43.69%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=43.69%
G=55.34%
B=0.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal455710.2100.980.7872.8696.5511.37
Hex2D391150624E4961b
Octal5571125014211611114113
Binary101101111001110101011000101001110100100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,57,1); }

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

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

 a { background-color: rgb(45,57,1); }

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

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

 span { border-color: rgb(45,57,1); }

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