Html Css Color HEX #2BAE43 Chateau Green

📋 copy color: '#2BAE43'

red 43 ◦ green 174 ◦ blue 67

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

Shades of Chateau Green #2BAE43

Tints of Chateau Green #2BAE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.59%

R = 15.14%
G = 61.27%
B = 23.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#2BAE43 (or 0x2BAE43) is known color: Chateau Green. HEX triplet: 2B, AE and 43. RGB value is (43,174,67). Sum of RGB (Red+Green+Blue) = 43+174+67=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAE43 is #D451BC. Grayscale: #7A7A7A. Windows color (decimal): -13914557 or 4435499. OLE color: 4435499.

HSL color Cylindrical-coordinate representation of color #2BAE43: hue angle of 130.99º 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 #2BAE43 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 67 -
CMYK 0.75 0 0.61 0.32
HSL 130.99º 0.6% 0.43% -
HSV(B) 130.99º 0.75% 0.68% -
XYZ 17.15 31.19 10.43 -
YUV 122.63 96.6 71.2 -
System Red Green Blue C M Y K H S L
Decimal 43 174 67 0.75 0 0.61 0.32 130.99 0.6 0.43
Hex 2B AE 43 4B 0 3D 20 83 3C 2B
Octal 53 256 103 113 0 75 40 203 74 53
Binary 101011 10101110 1000011 1001011 0 111101 100000 10000011 111100 101011

Color Harmonies of #2BAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE43

Black with #2BAE43

Text Example


Text Example

White with #2BAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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