Html Css Color HEX #2D370F Turtle Green

📋 copy color: '#2D370F'

red 45 ◦ green 55 ◦ blue 15

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

Shades of Turtle Green #2D370F

Tints of Turtle Green #2D370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 39.13%
G = 47.83%
B = 13.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#2D370F (or 0x2D370F) is known color: Turtle Green. HEX triplet: 2D, 37 and 0F. RGB value is (45,55,15). Sum of RGB (Red+Green+Blue) = 45+55+15=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #2D370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D370F is #D2C8F0. Grayscale: #2F2F2F. Windows color (decimal): -13814001 or 997165. OLE color: 997165.

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

Color convert

RGB 45 55 15 -
CMYK 0.18 0 0.73 0.78
HSL 75º 0.57% 0.14% -
HSV(B) 75º 0.73% 0.22% -
XYZ 2.53 3.32 0.96 -
YUV 47.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 45 55 15 0.18 0 0.73 0.78 75 0.57 0.14
Hex 2D 37 F 12 0 49 4E 4B 39 E
Octal 55 67 17 22 0 111 116 113 71 16
Binary 101101 110111 1111 10010 0 1001001 1001110 1001011 111001 1110

Color Harmonies of #2D370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D370F

Black with #2D370F

Text Example


Text Example

White with #2D370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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