Html Css Color HEX #31500F Turtle Green

📋 copy color: '#31500F'

red 49 ◦ green 80 ◦ blue 15

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

Shades of Turtle Green #31500F

Tints of Turtle Green #31500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.56%

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

R = 34.03%
G = 55.56%
B = 10.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#31500F (or 0x31500F) is known color: Turtle Green. HEX triplet: 31, 50 and 0F. RGB value is (49,80,15). Sum of RGB (Red+Green+Blue) = 49+80+15=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #31500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31500F is #CEAFF0. Grayscale: #3F3F3F. Windows color (decimal): -13545457 or 1003569. OLE color: 1003569.

HSL color Cylindrical-coordinate representation of color #31500F: hue angle of 88.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31500F is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 15 -
CMYK 0.39 0 0.81 0.69
HSL 88.62º 0.68% 0.19% -
HSV(B) 88.62º 0.81% 0.31% -
XYZ 4.22 6.42 1.47 -
YUV 63.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 49 80 15 0.39 0 0.81 0.69 88.62 0.68 0.19
Hex 31 50 F 27 0 51 45 59 44 13
Octal 61 120 17 47 0 121 105 131 104 23
Binary 110001 1010000 1111 100111 0 1010001 1000101 1011001 1000100 10011

Color Harmonies of #31500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31500F

Black with #31500F

Text Example


Text Example

White with #31500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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