Html Css Color HEX #2A310E Turtle Green

📋 copy color: '#2A310E'

red 42 ◦ green 49 ◦ blue 14

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

Shades of Turtle Green #2A310E

Tints of Turtle Green #2A310E

RGB

 RED value IS 42 (16.8% from 255) = 40%

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 14 (5.86% from 255) = 13.33%

R = 40%
G = 46.67%
B = 13.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#2A310E (or 0x2A310E) is known color: Turtle Green. HEX triplet: 2A, 31 and 0E. RGB value is (42,49,14). Sum of RGB (Red+Green+Blue) = 42+49+14=105 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #2A310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A310E is #D5CEF1. Grayscale: #2B2B2B. Windows color (decimal): -14012146 or 930090. OLE color: 930090.

HSL color Cylindrical-coordinate representation of color #2A310E: hue angle of 72º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A310E is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 49 14 -
CMYK 0.14 0 0.71 0.81
HSL 72º 0.56% 0.12% -
HSV(B) 72º 0.71% 0.19% -
XYZ 2.13 2.72 0.83 -
YUV 42.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 42 49 14 0.14 0 0.71 0.81 72 0.56 0.12
Hex 2A 31 E E 0 47 51 48 38 C
Octal 52 61 16 16 0 107 121 110 70 14
Binary 101010 110001 1110 1110 0 1000111 1010001 1001000 111000 1100

Color Harmonies of #2A310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A310E

Black with #2A310E

Text Example


Text Example

White with #2A310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A310E; }

 p { color: rgb(42,49,14); }

 H1.HeaderClassName
 {
   color: #2A310E;
 }
 .AnyTagClassName
 {
   color: #2A310E;
 }
</style>

background-color css

<style>
 a { background-color: #2A310E; }

 a { background-color: rgb(42,49,14); }

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

border-color css

<style>
 span { border-color: #2A310E; }

 span { border-color: rgb(42,49,14); }

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