Html Css Color HEX #31400F Turtle Green

📋 copy color: '#31400F'

red 49 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #31400F

Tints of Turtle Green #31400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50%

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

R = 38.28%
G = 50%
B = 11.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#31400F (or 0x31400F) is known color: Turtle Green. HEX triplet: 31, 40 and 0F. RGB value is (49,64,15). Sum of RGB (Red+Green+Blue) = 49+64+15=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #31400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31400F is #CEBFF0. Grayscale: #363636. Windows color (decimal): -13549553 or 999473. OLE color: 999473.

HSL color Cylindrical-coordinate representation of color #31400F: hue angle of 78.37º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31400F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 15 -
CMYK 0.23 0 0.77 0.75
HSL 78.37º 0.62% 0.15% -
HSV(B) 78.37º 0.77% 0.25% -
XYZ 3.19 4.35 1.12 -
YUV 53.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 49 64 15 0.23 0 0.77 0.75 78.37 0.62 0.15
Hex 31 40 F 17 0 4D 4B 4E 3E F
Octal 61 100 17 27 0 115 113 116 76 17
Binary 110001 1000000 1111 10111 0 1001101 1001011 1001110 111110 1111

Color Harmonies of #31400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31400F

Black with #31400F

Text Example


Text Example

White with #31400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31400F; }

 p { color: rgb(49,64,15); }

 H1.HeaderClassName
 {
   color: #31400F;
 }
 .AnyTagClassName
 {
   color: #31400F;
 }
</style>

background-color css

<style>
 a { background-color: #31400F; }

 a { background-color: rgb(49,64,15); }

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

border-color css

<style>
 span { border-color: #31400F; }

 span { border-color: rgb(49,64,15); }

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