Html Css Color HEX #31340F Turtle Green

📋 copy color: '#31340F'

red 49 ◦ green 52 ◦ blue 15

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

Shades of Turtle Green #31340F

Tints of Turtle Green #31340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.83%

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

R = 42.24%
G = 44.83%
B = 12.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#31340F (or 0x31340F) is known color: Turtle Green. HEX triplet: 31, 34 and 0F. RGB value is (49,52,15). Sum of RGB (Red+Green+Blue) = 49+52+15=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #31340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31340F is #CECBF0. Grayscale: #2F2F2F. Windows color (decimal): -13552625 or 996401. OLE color: 996401.

HSL color Cylindrical-coordinate representation of color #31340F: hue angle of 64.86º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31340F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 15 -
CMYK 0.06 0 0.71 0.80
HSL 64.86º 0.55% 0.13% -
HSV(B) 64.86º 0.71% 0.2% -
XYZ 2.58 3.14 0.92 -
YUV 46.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 49 52 15 0.06 0 0.71 0.80 64.86 0.55 0.13
Hex 31 34 F 6 0 47 50 41 37 D
Octal 61 64 17 6 0 107 120 101 67 15
Binary 110001 110100 1111 110 0 1000111 1010000 1000001 110111 1101

Color Harmonies of #31340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31340F

Black with #31340F

Text Example


Text Example

White with #31340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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