Html Css Color HEX #2BB653 Chateau Green

📋 copy color: '#2BB653'

red 43 ◦ green 182 ◦ blue 83

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

Shades of Chateau Green #2BB653

Tints of Chateau Green #2BB653

RGB

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

 GREEN value IS 182 (71.48% from 255) = 59.09%

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 13.96%
G = 59.09%
B = 26.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#2BB653 (or 0x2BB653) is known color: Chateau Green. HEX triplet: 2B, B6 and 53. RGB value is (43,182,83). Sum of RGB (Red+Green+Blue) = 43+182+83=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB653 is #D449AC. Grayscale: #818181. Windows color (decimal): -13912493 or 5486123. OLE color: 5486123.

HSL color Cylindrical-coordinate representation of color #2BB653: hue angle of 137.27º degrees, saturation: 0.62, 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 #2BB653 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 83 -
CMYK 0.76 0 0.54 0.29
HSL 137.27º 0.62% 0.44% -
HSV(B) 137.27º 0.76% 0.71% -
XYZ 19.29 34.59 13.84 -
YUV 129.15 101.95 66.55 -
System Red Green Blue C M Y K H S L
Decimal 43 182 83 0.76 0 0.54 0.29 137.27 0.62 0.44
Hex 2B B6 53 4C 0 36 1D 89 3E 2C
Octal 53 266 123 114 0 66 35 211 76 54
Binary 101011 10110110 1010011 1001100 0 110110 11101 10001001 111110 101100

Color Harmonies of #2BB653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB653

Black with #2BB653

Text Example


Text Example

White with #2BB653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,83); }

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

background-color css

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

 a { background-color: rgb(43,182,83); }

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

border-color css

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

 span { border-color: rgb(43,182,83); }

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