Html Css Color HEX #2A420F Turtle Green

📋 copy color: '#2A420F'

red 42 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #2A420F

Tints of Turtle Green #2A420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.66%

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

R = 34.15%
G = 53.66%
B = 12.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#2A420F (or 0x2A420F) is known color: Turtle Green. HEX triplet: 2A, 42 and 0F. RGB value is (42,66,15). Sum of RGB (Red+Green+Blue) = 42+66+15=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #2A420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A420F is #D5BDF0. Grayscale: #353535. Windows color (decimal): -14007793 or 999978. OLE color: 999978.

HSL color Cylindrical-coordinate representation of color #2A420F: hue angle of 88.24º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A420F is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 66 15 -
CMYK 0.36 0 0.77 0.74
HSL 88.24º 0.63% 0.16% -
HSV(B) 88.24º 0.77% 0.26% -
XYZ 2.99 4.42 1.15 -
YUV 53.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 42 66 15 0.36 0 0.77 0.74 88.24 0.63 0.16
Hex 2A 42 F 24 0 4D 4A 58 3F 10
Octal 52 102 17 44 0 115 112 130 77 20
Binary 101010 1000010 1111 100100 0 1001101 1001010 1011000 111111 10000

Color Harmonies of #2A420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A420F

Black with #2A420F

Text Example


Text Example

White with #2A420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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