Html Css Color HEX #31420C Turtle Green

📋 copy color: '#31420C'

red 49 ◦ green 66 ◦ blue 12

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

Shades of Turtle Green #31420C

Tints of Turtle Green #31420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.97%

 BLUE value IS 12 (5.08% from 255) = 9.45%

R = 38.58%
G = 51.97%
B = 9.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#31420C (or 0x31420C) is known color: Turtle Green. HEX triplet: 31, 42 and 0C. RGB value is (49,66,12). Sum of RGB (Red+Green+Blue) = 49+66+12=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #31420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31420C is #CEBDF3. Grayscale: #363636. Windows color (decimal): -13549044 or 803377. OLE color: 803377.

HSL color Cylindrical-coordinate representation of color #31420C: hue angle of 78.89º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31420C is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 12 -
CMYK 0.26 0 0.82 0.74
HSL 78.89º 0.69% 0.15% -
HSV(B) 78.89º 0.82% 0.26% -
XYZ 3.28 4.58 1.06 -
YUV 54.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 49 66 12 0.26 0 0.82 0.74 78.89 0.69 0.15
Hex 31 42 C 1A 0 52 4A 4F 45 F
Octal 61 102 14 32 0 122 112 117 105 17
Binary 110001 1000010 1100 11010 0 1010010 1001010 1001111 1000101 1111

Color Harmonies of #31420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31420C

Black with #31420C

Text Example


Text Example

White with #31420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31420C; }

 p { color: rgb(49,66,12); }

 H1.HeaderClassName
 {
   color: #31420C;
 }
 .AnyTagClassName
 {
   color: #31420C;
 }
</style>

background-color css

<style>
 a { background-color: #31420C; }

 a { background-color: rgb(49,66,12); }

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

border-color css

<style>
 span { border-color: #31420C; }

 span { border-color: rgb(49,66,12); }

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