Html Css Color HEX #2A5401 Turtle Green

📋 copy color: '#2A5401'

red 42 ◦ green 84 ◦ blue 1

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

Shades of Turtle Green #2A5401

Tints of Turtle Green #2A5401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 66.14%

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

R = 33.07%
G = 66.14%
B = 0.79%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#2A5401 (or 0x2A5401) is known color: Turtle Green. HEX triplet: 2A, 54 and 01. RGB value is (42,84,1). Sum of RGB (Red+Green+Blue) = 42+84+1=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 84 (33.20% from 255 or 66.14% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5401 is #D5ABFE. Grayscale: #3E3E3E. Windows color (decimal): -14003199 or 87082. OLE color: 87082.

HSL color Cylindrical-coordinate representation of color #2A5401: hue angle of 90.36º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A5401 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 84 1 -
CMYK 0.5 0 0.99 0.67
HSL 90.36º 0.98% 0.17% -
HSV(B) 90.36º 0.99% 0.33% -
XYZ 4.13 6.84 1.13 -
YUV 61.98 93.59 113.75 -
System Red Green Blue C M Y K H S L
Decimal 42 84 1 0.5 0 0.99 0.67 90.36 0.98 0.17
Hex 2A 54 1 32 0 63 43 5A 62 11
Octal 52 124 1 62 0 143 103 132 142 21
Binary 101010 1010100 1 110010 0 1100011 1000011 1011010 1100010 10001

Color Harmonies of #2A5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5401

Black with #2A5401

Text Example


Text Example

White with #2A5401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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