#2B9A3F

Color #2B9A3F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2B9A3F

Tints of Chateau Green #2B9A3F

Color information

#2B9A3F (or 0x2B9A3F) is unknown color: approx Chateau Green. HEX triplet: 2B, 9A and 3F. RGB value is (43,154,63). Sum of RGB (Red+Green+Blue) = 43+154+63=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9A3F is #D465C0. Grayscale: #6E6E6E. Windows color (decimal): -13919681 or 4168235. OLE color: 4168235.

HSL color Cylindrical-coordinate representation of color #2B9A3F: hue angle of 130.81º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A3F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB4315463-
CMYK0.7200.590.40
HSL130.81º56.35%38.63%-
HSV(B)130.81º72.08%60.39%-
XYZ13.4523.988.62-
YUV110.44101.2379.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.54%
GREEN value IS 154 (60.55% from 255) = 59.23%
BLUE value IS 63 (25% from 255) = 24.23%
R=16.54%
G=59.23%
B=24.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43154630.7200.590.40130.8156.3538.63
Hex2B9A3F4803B28833827
Octal5323277110073502037047
Binary101011100110101111111001000011101110100010000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,154,63); }

 H1.HeaderClassName
 {
   color: #2B9A3F;
 }
 .AnyTagClassName
 {
   color: #2B9A3F;
 }
</style>
background-color css

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

 a { background-color: rgb(43,154,63); }

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

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

 span { border-color: rgb(43,154,63); }

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