Html Css Color HEX #2BA248 Chateau Green

📋 copy color: '#2BA248'

red 43 ◦ green 162 ◦ blue 72

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

Shades of Chateau Green #2BA248

Tints of Chateau Green #2BA248

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 value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#2BA248 (or 0x2BA248) is known color: 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

RGB 43 162 72 -
CMYK 0.73 0 0.56 0.36
HSL 134.62º 0.58% 0.4% -
HSV(B) 134.62º 0.73% 0.64% -
XYZ 15.09 26.82 10.51 -
YUV 116.16 103.08 75.82 -
System Red Green Blue C M Y K H S L
Decimal 43 162 72 0.73 0 0.56 0.36 134.62 0.58 0.4
Hex 2B A2 48 49 0 38 24 87 3A 28
Octal 53 242 110 111 0 70 44 207 72 50
Binary 101011 10100010 1001000 1001001 0 111000 100100 10000111 111010 101000

Color Harmonies of #2BA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA248

Black with #2BA248

Text Example


Text Example

White with #2BA248

Text Example


Text Example

HTML Codes & Css Web 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>