Html Css Color HEX #2D3E01 Turtle Green

📋 copy color: '#2D3E01'

red 45 ◦ green 62 ◦ blue 1

#2D3E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #2D3E01

Tints of Turtle Green #2D3E01

RGB

 RED value IS 45 (17.97% from 255) = 41.67%

 GREEN value IS 62 (24.61% from 255) = 57.41%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 41.67%
G = 57.41%
B = 0.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#2D3E01 (or 0x2D3E01) is known color: Turtle Green. HEX triplet: 2D, 3E and 01. RGB value is (45,62,1). Sum of RGB (Red+Green+Blue) = 45+62+1=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3E01 is #D2C1FE. Grayscale: #323232. Windows color (decimal): -13812223 or 81453. OLE color: 81453.

HSL color Cylindrical-coordinate representation of color #2D3E01: hue angle of 76.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D3E01 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 62 1 -
CMYK 0.27 0 0.98 0.76
HSL 76.72º 0.97% 0.12% -
HSV(B) 76.72º 0.98% 0.24% -
XYZ 2.81 4.01 0.65 -
YUV 49.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 45 62 1 0.27 0 0.98 0.76 76.72 0.97 0.12
Hex 2D 3E 1 1B 0 62 4C 4D 61 C
Octal 55 76 1 33 0 142 114 115 141 14
Binary 101101 111110 1 11011 0 1100010 1001100 1001101 1100001 1100

Color Harmonies of #2D3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3E01

Black with #2D3E01

Text Example


Text Example

White with #2D3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2D3E01;
 }
 .AnyTagClassName
 {
   color: #2D3E01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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