Html Css Color HEX #2BB648 Chateau Green

📋 copy color: '#2BB648'

red 43 ◦ green 182 ◦ blue 72

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

Shades of Chateau Green #2BB648

Tints of Chateau Green #2BB648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 14.48%
G = 61.28%
B = 24.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#2BB648 (or 0x2BB648) is known color: Chateau Green. HEX triplet: 2B, B6 and 48. RGB value is (43,182,72). Sum of RGB (Red+Green+Blue) = 43+182+72=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 182 (71.48% from 255 or 61.28% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB648 is #D449B7. Grayscale: #808080. Windows color (decimal): -13912504 or 4765227. OLE color: 4765227.

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

Color convert

RGB 43 182 72 -
CMYK 0.76 0 0.60 0.29
HSL 132.52º 0.62% 0.44% -
HSV(B) 132.52º 0.76% 0.71% -
XYZ 18.89 34.44 11.78 -
YUV 127.9 96.45 67.44 -
System Red Green Blue C M Y K H S L
Decimal 43 182 72 0.76 0 0.60 0.29 132.52 0.62 0.44
Hex 2B B6 48 4C 0 3C 1D 85 3E 2C
Octal 53 266 110 114 0 74 35 205 76 54
Binary 101011 10110110 1001000 1001100 0 111100 11101 10000101 111110 101100

Color Harmonies of #2BB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB648

Black with #2BB648

Text Example


Text Example

White with #2BB648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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