#2b993f

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

Shades of Chateau Green #2B993F

Tints of Chateau Green #2B993F

Color information

#2B993F (or 0x2B993F) is unknown color: approx Chateau Green. HEX triplet: 2B, 99 and 3F. RGB value is (43,153,63). Sum of RGB (Red+Green+Blue) = 43+153+63=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #2B993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B993F is #D466C0. Grayscale: #6E6E6E. Windows color (decimal): -13919937 or 4167979. OLE color: 4167979.

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

Color convert

RGB4315363-
CMYK0.7200.590.4
HSL130.91º56.12%38.43%-
HSV(B)130.91º71.9%60%-
XYZ13.2823.658.57-
YUV109.85101.5680.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.60%
GREEN value IS 153 (60.16% from 255) = 59.07%
BLUE value IS 63 (25% from 255) = 24.32%
R=16.60%
G=59.07%
B=24.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153630.7200.590.4130.9156.1238.43
Hex2B993F4803B28833826
Octal5323177110073502037046
Binary101011100110011111111001000011101110100010000011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b993f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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