Html Css Color HEX #2A3710 Turtle Green

📋 copy color: '#2A3710'

red 42 ◦ green 55 ◦ blue 16

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

Shades of Turtle Green #2A3710

Tints of Turtle Green #2A3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 37.17%
G = 48.67%
B = 14.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#2A3710 (or 0x2A3710) is known color: Turtle Green. HEX triplet: 2A, 37 and 10. RGB value is (42,55,16). Sum of RGB (Red+Green+Blue) = 42+55+16=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3710 is #D5C8EF. Grayscale: #2E2E2E. Windows color (decimal): -14010608 or 1062698. OLE color: 1062698.

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

Color convert

RGB 42 55 16 -
CMYK 0.24 0 0.71 0.78
HSL 80º 0.55% 0.14% -
HSV(B) 80º 0.71% 0.22% -
XYZ 2.41 3.26 0.99 -
YUV 46.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 42 55 16 0.24 0 0.71 0.78 80 0.55 0.14
Hex 2A 37 10 18 0 47 4E 50 37 E
Octal 52 67 20 30 0 107 116 120 67 16
Binary 101010 110111 10000 11000 0 1000111 1001110 1010000 110111 1110

Color Harmonies of #2A3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3710

Black with #2A3710

Text Example


Text Example

White with #2A3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,55,16); }

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

background-color css

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

 a { background-color: rgb(42,55,16); }

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

border-color css

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

 span { border-color: rgb(42,55,16); }

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