Html Css Color HEX #2D3E13 Turtle Green

📋 copy color: '#2D3E13'

red 45 ◦ green 62 ◦ blue 19

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

Shades of Turtle Green #2D3E13

Tints of Turtle Green #2D3E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 35.71%
G = 49.21%
B = 15.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#2D3E13 (or 0x2D3E13) is known color: Turtle Green. HEX triplet: 2D, 3E and 13. RGB value is (45,62,19). Sum of RGB (Red+Green+Blue) = 45+62+19=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3E13 is #D2C1EC. Grayscale: #343434. Windows color (decimal): -13812205 or 1261101. OLE color: 1261101.

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

Color convert

RGB 45 62 19 -
CMYK 0.27 0 0.69 0.76
HSL 83.72º 0.53% 0.16% -
HSV(B) 83.72º 0.69% 0.24% -
XYZ 2.92 4.05 1.24 -
YUV 52.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 45 62 19 0.27 0 0.69 0.76 83.72 0.53 0.16
Hex 2D 3E 13 1B 0 45 4C 54 35 10
Octal 55 76 23 33 0 105 114 124 65 20
Binary 101101 111110 10011 11011 0 1000101 1001100 1010100 110101 10000

Color Harmonies of #2D3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3E13

Black with #2D3E13

Text Example


Text Example

White with #2D3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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