Html Css Color HEX #2D370D Turtle Green

📋 copy color: '#2D370D'

red 45 ◦ green 55 ◦ blue 13

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

Shades of Turtle Green #2D370D

Tints of Turtle Green #2D370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 39.82%
G = 48.67%
B = 11.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#2D370D (or 0x2D370D) is known color: Turtle Green. HEX triplet: 2D, 37 and 0D. RGB value is (45,55,13). Sum of RGB (Red+Green+Blue) = 45+55+13=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #2D370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D370D is #D2C8F2. Grayscale: #2F2F2F. Windows color (decimal): -13814003 or 866093. OLE color: 866093.

HSL color Cylindrical-coordinate representation of color #2D370D: hue angle of 74.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D370D is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 55 13 -
CMYK 0.18 0 0.76 0.78
HSL 74.29º 0.62% 0.13% -
HSV(B) 74.29º 0.76% 0.22% -
XYZ 2.52 3.32 0.89 -
YUV 47.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 45 55 13 0.18 0 0.76 0.78 74.29 0.62 0.13
Hex 2D 37 D 12 0 4C 4E 4A 3E D
Octal 55 67 15 22 0 114 116 112 76 15
Binary 101101 110111 1101 10010 0 1001100 1001110 1001010 111110 1101

Color Harmonies of #2D370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D370D

Black with #2D370D

Text Example


Text Example

White with #2D370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,55,13); }

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

background-color css

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

 a { background-color: rgb(45,55,13); }

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

border-color css

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

 span { border-color: rgb(45,55,13); }

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