Html Css Color HEX #31371D Turtle Green

📋 copy color: '#31371D'

red 49 ◦ green 55 ◦ blue 29

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

Shades of Turtle Green #31371D

Tints of Turtle Green #31371D

RGB

 RED value IS 49 (19.53% from 255) = 36.84%

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 36.84%
G = 41.35%
B = 21.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#31371D (or 0x31371D) is known color: Turtle Green. HEX triplet: 31, 37 and 1D. RGB value is (49,55,29). Sum of RGB (Red+Green+Blue) = 49+55+29=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #31371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371D is #CEC8E2. Grayscale: #323232. Windows color (decimal): -13551843 or 1914673. OLE color: 1914673.

HSL color Cylindrical-coordinate representation of color #31371D: hue angle of 73.85º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31371D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 29 -
CMYK 0.11 0 0.47 0.78
HSL 73.85º 0.31% 0.16% -
HSV(B) 73.85º 0.47% 0.22% -
XYZ 2.85 3.47 1.68 -
YUV 50.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 49 55 29 0.11 0 0.47 0.78 73.85 0.31 0.16
Hex 31 37 1D B 0 2F 4E 4A 1F 10
Octal 61 67 35 13 0 57 116 112 37 20
Binary 110001 110111 11101 1011 0 101111 1001110 1001010 11111 10000

Color Harmonies of #31371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31371D

Black with #31371D

Text Example


Text Example

White with #31371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31371D; }

 p { color: rgb(49,55,29); }

 H1.HeaderClassName
 {
   color: #31371D;
 }
 .AnyTagClassName
 {
   color: #31371D;
 }
</style>

background-color css

<style>
 a { background-color: #31371D; }

 a { background-color: rgb(49,55,29); }

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

border-color css

<style>
 span { border-color: #31371D; }

 span { border-color: rgb(49,55,29); }

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