Html Css Color HEX #2A390C Turtle Green

📋 copy color: '#2A390C'

red 42 ◦ green 57 ◦ blue 12

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

Shades of Turtle Green #2A390C

Tints of Turtle Green #2A390C

RGB

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

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

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

R = 37.84%
G = 51.35%
B = 10.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#2A390C (or 0x2A390C) is known color: Turtle Green. HEX triplet: 2A, 39 and 0C. RGB value is (42,57,12). Sum of RGB (Red+Green+Blue) = 42+57+12=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #2A390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A390C is #D5C6F3. Grayscale: #2F2F2F. Windows color (decimal): -14010100 or 801066. OLE color: 801066.

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

Color convert

RGB 42 57 12 -
CMYK 0.26 0 0.79 0.78
HSL 80º 0.65% 0.14% -
HSV(B) 80º 0.79% 0.22% -
XYZ 2.48 3.45 0.88 -
YUV 47.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 42 57 12 0.26 0 0.79 0.78 80 0.65 0.14
Hex 2A 39 C 1A 0 4F 4E 50 41 E
Octal 52 71 14 32 0 117 116 120 101 16
Binary 101010 111001 1100 11010 0 1001111 1001110 1010000 1000001 1110

Color Harmonies of #2A390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A390C

Black with #2A390C

Text Example


Text Example

White with #2A390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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