Html Css Color HEX #313E1B Turtle Green

📋 copy color: '#313E1B'

red 49 ◦ green 62 ◦ blue 27

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

Shades of Turtle Green #313E1B

Tints of Turtle Green #313E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 35.51%
G = 44.93%
B = 19.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#313E1B (or 0x313E1B) is known color: Turtle Green. HEX triplet: 31, 3E and 1B. RGB value is (49,62,27). Sum of RGB (Red+Green+Blue) = 49+62+27=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #313E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E1B is #CEC1E4. Grayscale: #363636. Windows color (decimal): -13550053 or 1785393. OLE color: 1785393.

HSL color Cylindrical-coordinate representation of color #313E1B: hue angle of 82.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313E1B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 62 27 -
CMYK 0.21 0 0.56 0.76
HSL 82.29º 0.39% 0.17% -
HSV(B) 82.29º 0.56% 0.24% -
XYZ 3.19 4.18 1.68 -
YUV 54.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 49 62 27 0.21 0 0.56 0.76 82.29 0.39 0.17
Hex 31 3E 1B 15 0 38 4C 52 27 11
Octal 61 76 33 25 0 70 114 122 47 21
Binary 110001 111110 11011 10101 0 111000 1001100 1010010 100111 10001

Color Harmonies of #313E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E1B

Black with #313E1B

Text Example


Text Example

White with #313E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E1B; }

 p { color: rgb(49,62,27); }

 H1.HeaderClassName
 {
   color: #313E1B;
 }
 .AnyTagClassName
 {
   color: #313E1B;
 }
</style>

background-color css

<style>
 a { background-color: #313E1B; }

 a { background-color: rgb(49,62,27); }

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

border-color css

<style>
 span { border-color: #313E1B; }

 span { border-color: rgb(49,62,27); }

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