Html Css Color HEX #2BB450 Chateau Green

📋 copy color: '#2BB450'

red 43 ◦ green 180 ◦ blue 80

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

Shades of Chateau Green #2BB450

Tints of Chateau Green #2BB450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 14.19%
G = 59.41%
B = 26.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#2BB450 (or 0x2BB450) is known color: Chateau Green. HEX triplet: 2B, B4 and 50. RGB value is (43,180,80). Sum of RGB (Red+Green+Blue) = 43+180+80=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB450 is #D44BAF. Grayscale: #7F7F7F. Windows color (decimal): -13913008 or 5289003. OLE color: 5289003.

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

Color convert

RGB 43 180 80 -
CMYK 0.76 0 0.56 0.29
HSL 136.2º 0.61% 0.44% -
HSV(B) 136.2º 0.76% 0.71% -
XYZ 18.77 33.74 13.11 -
YUV 127.64 101.11 67.63 -
System Red Green Blue C M Y K H S L
Decimal 43 180 80 0.76 0 0.56 0.29 136.2 0.61 0.44
Hex 2B B4 50 4C 0 38 1D 88 3D 2C
Octal 53 264 120 114 0 70 35 210 75 54
Binary 101011 10110100 1010000 1001100 0 111000 11101 10001000 111101 101100

Color Harmonies of #2BB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB450

Black with #2BB450

Text Example


Text Example

White with #2BB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,80); }

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

background-color css

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

 a { background-color: rgb(43,180,80); }

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

border-color css

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

 span { border-color: rgb(43,180,80); }

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