Html Css Color HEX #313F1B Turtle Green

📋 copy color: '#313F1B'

red 49 ◦ green 63 ◦ blue 27

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

Shades of Turtle Green #313F1B

Tints of Turtle Green #313F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 45.32%

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

R = 35.25%
G = 45.32%
B = 19.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#313F1B (or 0x313F1B) is known color: Turtle Green. HEX triplet: 31, 3F and 1B. RGB value is (49,63,27). Sum of RGB (Red+Green+Blue) = 49+63+27=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #313F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F1B is #CEC0E4. Grayscale: #363636. Windows color (decimal): -13549797 or 1785649. OLE color: 1785649.

HSL color Cylindrical-coordinate representation of color #313F1B: hue angle of 83.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313F1B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 63 27 -
CMYK 0.22 0 0.57 0.75
HSL 83.33º 0.4% 0.18% -
HSV(B) 83.33º 0.57% 0.25% -
XYZ 3.24 4.29 1.69 -
YUV 54.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 49 63 27 0.22 0 0.57 0.75 83.33 0.4 0.18
Hex 31 3F 1B 16 0 39 4B 53 28 12
Octal 61 77 33 26 0 71 113 123 50 22
Binary 110001 111111 11011 10110 0 111001 1001011 1010011 101000 10010

Color Harmonies of #313F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F1B

Black with #313F1B

Text Example


Text Example

White with #313F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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