#2D3F01

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

Shades of Turtle Green #2D3F01

Tints of Turtle Green #2D3F01

Color information

#2D3F01 (or 0x2D3F01) is unknown color: approx Turtle Green. HEX triplet: 2D, 3F and 01. RGB value is (45,63,1). Sum of RGB (Red+Green+Blue) = 45+63+1=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F01 is #D2C0FE. Grayscale: #323232. Windows color (decimal): -13811967 or 81709. OLE color: 81709.

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

Color convert

RGB45631-
CMYK0.2900.980.75
HSL77.42º96.88%12.55%-
HSV(B)77.42º98.41%24.71%-
XYZ2.874.120.67-
YUV50.55100.04124.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.28%
GREEN value IS 63 (25% from 255) = 57.80%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=41.28%
G=57.80%
B=0.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal456310.2900.980.7577.4296.8812.55
Hex2D3F11D0624B4d61d
Octal5577135014211311514115
Binary101101111111111101011000101001011100110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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