Html Css Color HEX #2AB446 Chateau Green

📋 copy color: '#2AB446'

red 42 ◦ green 180 ◦ blue 70

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

Shades of Chateau Green #2AB446

Tints of Chateau Green #2AB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.64%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 14.38%
G = 61.64%
B = 23.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#2AB446 (or 0x2AB446) is known color: Chateau Green. HEX triplet: 2A, B4 and 46. RGB value is (42,180,70). Sum of RGB (Red+Green+Blue) = 42+180+70=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB446 is #D54BB9. Grayscale: #7E7E7E. Windows color (decimal): -13978554 or 4633642. OLE color: 4633642.

HSL color Cylindrical-coordinate representation of color #2AB446: hue angle of 132.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB446 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 70 -
CMYK 0.77 0 0.61 0.29
HSL 132.17º 0.62% 0.44% -
HSV(B) 132.17º 0.77% 0.71% -
XYZ 18.38 33.58 11.31 -
YUV 126.2 96.28 67.94 -
System Red Green Blue C M Y K H S L
Decimal 42 180 70 0.77 0 0.61 0.29 132.17 0.62 0.44
Hex 2A B4 46 4D 0 3D 1D 84 3E 2C
Octal 52 264 106 115 0 75 35 204 76 54
Binary 101010 10110100 1000110 1001101 0 111101 11101 10000100 111110 101100

Color Harmonies of #2AB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB446

Black with #2AB446

Text Example


Text Example

White with #2AB446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,70); }

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

background-color css

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

 a { background-color: rgb(42,180,70); }

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

border-color css

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

 span { border-color: rgb(42,180,70); }

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