Html Css Color HEX #2BB558 Chateau Green

📋 copy color: '#2BB558'

red 43 ◦ green 181 ◦ blue 88

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

Shades of Chateau Green #2BB558

Tints of Chateau Green #2BB558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.01%

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 13.78%
G = 58.01%
B = 28.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#2BB558 (or 0x2BB558) is known color: Chateau Green. HEX triplet: 2B, B5 and 58. RGB value is (43,181,88). Sum of RGB (Red+Green+Blue) = 43+181+88=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB558 is #D44AA7. Grayscale: #818181. Windows color (decimal): -13912744 or 5813547. OLE color: 5813547.

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

Color convert

RGB 43 181 88 -
CMYK 0.76 0 0.51 0.29
HSL 139.57º 0.62% 0.44% -
HSV(B) 139.57º 0.76% 0.71% -
XYZ 19.28 34.27 14.83 -
YUV 129.14 104.78 66.56 -
System Red Green Blue C M Y K H S L
Decimal 43 181 88 0.76 0 0.51 0.29 139.57 0.62 0.44
Hex 2B B5 58 4C 0 33 1D 8C 3E 2C
Octal 53 265 130 114 0 63 35 214 76 54
Binary 101011 10110101 1011000 1001100 0 110011 11101 10001100 111110 101100

Color Harmonies of #2BB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB558

Black with #2BB558

Text Example


Text Example

White with #2BB558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,88); }

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

background-color css

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

 a { background-color: rgb(43,181,88); }

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

border-color css

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

 span { border-color: rgb(43,181,88); }

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