Html Css Color HEX #2BA74F Chateau Green

📋 copy color: '#2BA74F'

red 43 ◦ green 167 ◦ blue 79

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

Shades of Chateau Green #2BA74F

Tints of Chateau Green #2BA74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 14.88%
G = 57.79%
B = 27.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#2BA74F (or 0x2BA74F) is known color: Chateau Green. HEX triplet: 2B, A7 and 4F. RGB value is (43,167,79). Sum of RGB (Red+Green+Blue) = 43+167+79=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 167 (65.62% from 255 or 57.79% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA74F is #D458B0. Grayscale: #787878. Windows color (decimal): -13916337 or 5220139. OLE color: 5220139.

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

Color convert

RGB 43 167 79 -
CMYK 0.74 0 0.53 0.35
HSL 137.42º 0.59% 0.41% -
HSV(B) 137.42º 0.74% 0.65% -
XYZ 16.23 28.72 12.08 -
YUV 119.89 104.92 73.16 -
System Red Green Blue C M Y K H S L
Decimal 43 167 79 0.74 0 0.53 0.35 137.42 0.59 0.41
Hex 2B A7 4F 4A 0 35 23 89 3B 29
Octal 53 247 117 112 0 65 43 211 73 51
Binary 101011 10100111 1001111 1001010 0 110101 100011 10001001 111011 101001

Color Harmonies of #2BA74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA74F

Black with #2BA74F

Text Example


Text Example

White with #2BA74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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