Html Css Color HEX #31371E Turtle Green

📋 copy color: '#31371E'

red 49 ◦ green 55 ◦ blue 30

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

Shades of Turtle Green #31371E

Tints of Turtle Green #31371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 36.57%
G = 41.04%
B = 22.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#31371E (or 0x31371E) is known color: Turtle Green. HEX triplet: 31, 37 and 1E. RGB value is (49,55,30). Sum of RGB (Red+Green+Blue) = 49+55+30=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #31371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371E is #CEC8E1. Grayscale: #323232. Windows color (decimal): -13551842 or 1980209. OLE color: 1980209.

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

Color convert

RGB 49 55 30 -
CMYK 0.11 0 0.45 0.78
HSL 74.4º 0.29% 0.17% -
HSV(B) 74.4º 0.45% 0.22% -
XYZ 2.87 3.48 1.75 -
YUV 50.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 49 55 30 0.11 0 0.45 0.78 74.4 0.29 0.17
Hex 31 37 1E B 0 2D 4E 4A 1D 11
Octal 61 67 36 13 0 55 116 112 35 21
Binary 110001 110111 11110 1011 0 101101 1001110 1001010 11101 10001

Color Harmonies of #31371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31371E

Black with #31371E

Text Example


Text Example

White with #31371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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