Html Css Color HEX #2A400D Turtle Green

📋 copy color: '#2A400D'

red 42 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #2A400D

Tints of Turtle Green #2A400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.78%

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

R = 35.29%
G = 53.78%
B = 10.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#2A400D (or 0x2A400D) is known color: Turtle Green. HEX triplet: 2A, 40 and 0D. RGB value is (42,64,13). Sum of RGB (Red+Green+Blue) = 42+64+13=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #2A400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A400D is #D5BFF2. Grayscale: #333333. Windows color (decimal): -14008307 or 868394. OLE color: 868394.

HSL color Cylindrical-coordinate representation of color #2A400D: hue angle of 85.88º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A400D is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 64 13 -
CMYK 0.34 0 0.80 0.75
HSL 85.88º 0.66% 0.15% -
HSV(B) 85.88º 0.8% 0.25% -
XYZ 2.86 4.19 1.04 -
YUV 51.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 42 64 13 0.34 0 0.80 0.75 85.88 0.66 0.15
Hex 2A 40 D 22 0 50 4B 56 42 F
Octal 52 100 15 42 0 120 113 126 102 17
Binary 101010 1000000 1101 100010 0 1010000 1001011 1010110 1000010 1111

Color Harmonies of #2A400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A400D

Black with #2A400D

Text Example


Text Example

White with #2A400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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