#2BA248

Color #2BA248 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2BA248

Tints of Chateau Green #2BA248

Color information

#2BA248 (or 0x2BA248) is unknown color: approx Chateau Green. HEX triplet: 2B, A2 and 48. RGB value is (43,162,72). Sum of RGB (Red+Green+Blue) = 43+162+72=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA248 is #D45DB7. Grayscale: #747474. Windows color (decimal): -13917624 or 4760107. OLE color: 4760107.

HSL color Cylindrical-coordinate representation of color #2BA248: hue angle of 134.62º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA248 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB4316272-
CMYK0.7300.560.36
HSL134.62º58.05%40.2%-
HSV(B)134.62º73.46%63.53%-
XYZ15.0926.8210.51-
YUV116.16103.0875.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=15.52%
G=58.48%
B=25.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43162720.7300.560.36134.6258.0540.2
Hex2BA2484903824873a28
Octal53242110111070442077250
Binary1010111010001010010001001001011100010010010000111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BA248;
 }
 .AnyTagClassName
 {
   color: #2BA248;
 }
</style>
background-color css

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

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

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

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

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

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