Html Css Color HEX #2A370F Turtle Green

📋 copy color: '#2A370F'

red 42 ◦ green 55 ◦ blue 15

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

Shades of Turtle Green #2A370F

Tints of Turtle Green #2A370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 37.5%
G = 49.11%
B = 13.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#2A370F (or 0x2A370F) is known color: Turtle Green. HEX triplet: 2A, 37 and 0F. RGB value is (42,55,15). Sum of RGB (Red+Green+Blue) = 42+55+15=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #2A370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A370F is #D5C8F0. Grayscale: #2E2E2E. Windows color (decimal): -14010609 or 997162. OLE color: 997162.

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

Color convert

RGB 42 55 15 -
CMYK 0.24 0 0.73 0.78
HSL 79.5º 0.57% 0.14% -
HSV(B) 79.5º 0.73% 0.22% -
XYZ 2.41 3.26 0.95 -
YUV 46.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 42 55 15 0.24 0 0.73 0.78 79.5 0.57 0.14
Hex 2A 37 F 18 0 49 4E 50 39 E
Octal 52 67 17 30 0 111 116 120 71 16
Binary 101010 110111 1111 11000 0 1001001 1001110 1010000 111001 1110

Color Harmonies of #2A370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A370F

Black with #2A370F

Text Example


Text Example

White with #2A370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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