Html Css Color HEX #2BAE54 Chateau Green

📋 copy color: '#2BAE54'

red 43 ◦ green 174 ◦ blue 84

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

Shades of Chateau Green #2BAE54

Tints of Chateau Green #2BAE54

RGB

 RED value IS 43 (17.19% from 255) = 14.29%

 GREEN value IS 174 (68.36% from 255) = 57.81%

 BLUE value IS 84 (33.2% from 255) = 27.91%

R = 14.29%
G = 57.81%
B = 27.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#2BAE54 (or 0x2BAE54) is known color: Chateau Green. HEX triplet: 2B, AE and 54. RGB value is (43,174,84). Sum of RGB (Red+Green+Blue) = 43+174+84=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE54 is #D451AB. Grayscale: #7C7C7C. Windows color (decimal): -13914540 or 5549611. OLE color: 5549611.

HSL color Cylindrical-coordinate representation of color #2BAE54: hue angle of 138.78º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE54 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 84 -
CMYK 0.75 0 0.52 0.32
HSL 138.78º 0.6% 0.43% -
HSV(B) 138.78º 0.75% 0.68% -
XYZ 17.73 31.43 13.52 -
YUV 124.57 105.1 69.82 -
System Red Green Blue C M Y K H S L
Decimal 43 174 84 0.75 0 0.52 0.32 138.78 0.6 0.43
Hex 2B AE 54 4B 0 34 20 8B 3C 2B
Octal 53 256 124 113 0 64 40 213 74 53
Binary 101011 10101110 1010100 1001011 0 110100 100000 10001011 111100 101011

Color Harmonies of #2BAE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE54

Black with #2BAE54

Text Example


Text Example

White with #2BAE54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,174,84); }

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

background-color css

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

 a { background-color: rgb(43,174,84); }

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

border-color css

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

 span { border-color: rgb(43,174,84); }

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