Html Css Color HEX #2BA74A Chateau Green

📋 copy color: '#2BA74A'

red 43 ◦ green 167 ◦ blue 74

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

Shades of Chateau Green #2BA74A

Tints of Chateau Green #2BA74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 58.8%

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

R = 15.14%
G = 58.8%
B = 26.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#2BA74A (or 0x2BA74A) is known color: Chateau Green. HEX triplet: 2B, A7 and 4A. RGB value is (43,167,74). Sum of RGB (Red+Green+Blue) = 43+167+74=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 167 (65.62% from 255 or 58.80% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA74A is #D458B5. Grayscale: #777777. Windows color (decimal): -13916342 or 4892459. OLE color: 4892459.

HSL color Cylindrical-coordinate representation of color #2BA74A: hue angle of 135º 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 #2BA74A is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 167 74 -
CMYK 0.74 0 0.56 0.35
HSL 135º 0.59% 0.41% -
HSV(B) 135º 0.74% 0.65% -
XYZ 16.05 28.65 11.16 -
YUV 119.32 102.42 73.56 -
System Red Green Blue C M Y K H S L
Decimal 43 167 74 0.74 0 0.56 0.35 135 0.59 0.41
Hex 2B A7 4A 4A 0 38 23 87 3B 29
Octal 53 247 112 112 0 70 43 207 73 51
Binary 101011 10100111 1001010 1001010 0 111000 100011 10000111 111011 101001

Color Harmonies of #2BA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA74A

Black with #2BA74A

Text Example


Text Example

White with #2BA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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