Html Css Color HEX #2BA54A Chateau Green

📋 copy color: '#2BA54A'

red 43 ◦ green 165 ◦ blue 74

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

Shades of Chateau Green #2BA54A

Tints of Chateau Green #2BA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.51%

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 15.25%
G = 58.51%
B = 26.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#2BA54A (or 0x2BA54A) is known color: Chateau Green. HEX triplet: 2B, A5 and 4A. RGB value is (43,165,74). Sum of RGB (Red+Green+Blue) = 43+165+74=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA54A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA54A is #D45AB5. Grayscale: #767676. Windows color (decimal): -13916854 or 4891947. OLE color: 4891947.

HSL color Cylindrical-coordinate representation of color #2BA54A: hue angle of 135.25º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA54A is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 165 74 -
CMYK 0.74 0 0.55 0.35
HSL 135.25º 0.59% 0.41% -
HSV(B) 135.25º 0.74% 0.65% -
XYZ 15.69 27.92 11.04 -
YUV 118.15 103.08 74.4 -
System Red Green Blue C M Y K H S L
Decimal 43 165 74 0.74 0 0.55 0.35 135.25 0.59 0.41
Hex 2B A5 4A 4A 0 37 23 87 3B 29
Octal 53 245 112 112 0 67 43 207 73 51
Binary 101011 10100101 1001010 1001010 0 110111 100011 10000111 111011 101001

Color Harmonies of #2BA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA54A

Black with #2BA54A

Text Example


Text Example

White with #2BA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,165,74); }

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

background-color css

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

 a { background-color: rgb(43,165,74); }

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

border-color css

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

 span { border-color: rgb(43,165,74); }

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