Html Css Color HEX #313A0F Turtle Green

📋 copy color: '#313A0F'

red 49 ◦ green 58 ◦ blue 15

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

Shades of Turtle Green #313A0F

Tints of Turtle Green #313A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.54%

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

R = 40.16%
G = 47.54%
B = 12.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#313A0F (or 0x313A0F) is known color: Turtle Green. HEX triplet: 31, 3A and 0F. RGB value is (49,58,15). Sum of RGB (Red+Green+Blue) = 49+58+15=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #313A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A0F is #CEC5F0. Grayscale: #323232. Windows color (decimal): -13551089 or 997937. OLE color: 997937.

HSL color Cylindrical-coordinate representation of color #313A0F: hue angle of 72.56º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313A0F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 58 15 -
CMYK 0.16 0 0.74 0.77
HSL 72.56º 0.59% 0.14% -
HSV(B) 72.56º 0.74% 0.23% -
XYZ 2.87 3.71 1.02 -
YUV 50.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 49 58 15 0.16 0 0.74 0.77 72.56 0.59 0.14
Hex 31 3A F 10 0 4A 4D 49 3B E
Octal 61 72 17 20 0 112 115 111 73 16
Binary 110001 111010 1111 10000 0 1001010 1001101 1001001 111011 1110

Color Harmonies of #313A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A0F

Black with #313A0F

Text Example


Text Example

White with #313A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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