Html Css Color HEX #2B9F4B Chateau Green

📋 copy color: '#2B9F4B'

red 43 ◦ green 159 ◦ blue 75

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

Shades of Chateau Green #2B9F4B

Tints of Chateau Green #2B9F4B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.4%

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 15.52%
G = 57.4%
B = 27.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#2B9F4B (or 0x2B9F4B) is known color: Chateau Green. HEX triplet: 2B, 9F and 4B. RGB value is (43,159,75). Sum of RGB (Red+Green+Blue) = 43+159+75=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9F4B is #D460B4. Grayscale: #727272. Windows color (decimal): -13918389 or 4955947. OLE color: 4955947.

HSL color Cylindrical-coordinate representation of color #2B9F4B: hue angle of 136.55º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F4B is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 159 75 -
CMYK 0.73 0 0.53 0.38
HSL 136.55º 0.57% 0.4% -
HSV(B) 136.55º 0.73% 0.62% -
XYZ 14.66 25.82 10.87 -
YUV 114.74 105.57 76.83 -
System Red Green Blue C M Y K H S L
Decimal 43 159 75 0.73 0 0.53 0.38 136.55 0.57 0.4
Hex 2B 9F 4B 49 0 35 26 89 39 28
Octal 53 237 113 111 0 65 46 211 71 50
Binary 101011 10011111 1001011 1001001 0 110101 100110 10001001 111001 101000

Color Harmonies of #2B9F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9F4B

Black with #2B9F4B

Text Example


Text Example

White with #2B9F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,159,75); }

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

background-color css

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

 a { background-color: rgb(43,159,75); }

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

border-color css

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

 span { border-color: rgb(43,159,75); }

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