Html Css Color HEX #2A390A Turtle Green

📋 copy color: '#2A390A'

red 42 ◦ green 57 ◦ blue 10

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

Shades of Turtle Green #2A390A

Tints of Turtle Green #2A390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 52.29%

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 38.53%
G = 52.29%
B = 9.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#2A390A (or 0x2A390A) is known color: Turtle Green. HEX triplet: 2A, 39 and 0A. RGB value is (42,57,10). Sum of RGB (Red+Green+Blue) = 42+57+10=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #2A390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A390A is #D5C6F5. Grayscale: #2F2F2F. Windows color (decimal): -14010102 or 669994. OLE color: 669994.

HSL color Cylindrical-coordinate representation of color #2A390A: hue angle of 79.15º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A390A is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 57 10 -
CMYK 0.26 0 0.82 0.78
HSL 79.15º 0.7% 0.13% -
HSV(B) 79.15º 0.82% 0.22% -
XYZ 2.47 3.44 0.82 -
YUV 47.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 42 57 10 0.26 0 0.82 0.78 79.15 0.7 0.13
Hex 2A 39 A 1A 0 52 4E 4F 46 D
Octal 52 71 12 32 0 122 116 117 106 15
Binary 101010 111001 1010 11010 0 1010010 1001110 1001111 1000110 1101

Color Harmonies of #2A390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A390A

Black with #2A390A

Text Example


Text Example

White with #2A390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,57,10); }

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

background-color css

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

 a { background-color: rgb(42,57,10); }

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

border-color css

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

 span { border-color: rgb(42,57,10); }

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