Html Css Color HEX #2A310D Turtle Green

📋 copy color: '#2A310D'

red 42 ◦ green 49 ◦ blue 13

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

Shades of Turtle Green #2A310D

Tints of Turtle Green #2A310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 40.38%
G = 47.12%
B = 12.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#2A310D (or 0x2A310D) is known color: Turtle Green. HEX triplet: 2A, 31 and 0D. RGB value is (42,49,13). Sum of RGB (Red+Green+Blue) = 42+49+13=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #2A310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A310D is #D5CEF2. Grayscale: #2A2A2A. Windows color (decimal): -14012147 or 864554. OLE color: 864554.

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

Color convert

RGB 42 49 13 -
CMYK 0.14 0 0.73 0.81
HSL 71.67º 0.58% 0.12% -
HSV(B) 71.67º 0.73% 0.19% -
XYZ 2.13 2.72 0.79 -
YUV 42.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 42 49 13 0.14 0 0.73 0.81 71.67 0.58 0.12
Hex 2A 31 D E 0 49 51 48 3A C
Octal 52 61 15 16 0 111 121 110 72 14
Binary 101010 110001 1101 1110 0 1001001 1010001 1001000 111010 1100

Color Harmonies of #2A310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A310D

Black with #2A310D

Text Example


Text Example

White with #2A310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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