Html Css Color HEX #2A4501 Turtle Green

📋 copy color: '#2A4501'

red 42 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #2A4501

Tints of Turtle Green #2A4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 61.61%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 37.5%
G = 61.61%
B = 0.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#2A4501 (or 0x2A4501) is known color: Turtle Green. HEX triplet: 2A, 45 and 01. RGB value is (42,69,1). Sum of RGB (Red+Green+Blue) = 42+69+1=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4501 is #D5BAFE. Grayscale: #353535. Windows color (decimal): -14007039 or 83242. OLE color: 83242.

HSL color Cylindrical-coordinate representation of color #2A4501: hue angle of 83.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A4501 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 69 1 -
CMYK 0.39 0 0.99 0.73
HSL 83.82º 0.97% 0.14% -
HSV(B) 83.82º 0.99% 0.27% -
XYZ 3.09 4.75 0.78 -
YUV 53.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 42 69 1 0.39 0 0.99 0.73 83.82 0.97 0.14
Hex 2A 45 1 27 0 63 49 54 61 E
Octal 52 105 1 47 0 143 111 124 141 16
Binary 101010 1000101 1 100111 0 1100011 1001001 1010100 1100001 1110

Color Harmonies of #2A4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4501

Black with #2A4501

Text Example


Text Example

White with #2A4501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,69,1); }

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

background-color css

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

 a { background-color: rgb(42,69,1); }

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

border-color css

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

 span { border-color: rgb(42,69,1); }

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