#2B9302

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

Shades of Forest Green #2B9302

Tints of Forest Green #2B9302

Color information

#2B9302 (or 0x2B9302) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 02. RGB value is (43,147,2). Sum of RGB (Red+Green+Blue) = 43+147+2=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 147 (57.81% from 255 or 76.56% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9302 is #D46CFD. Grayscale: #636363. Windows color (decimal): -13921534 or 168747. OLE color: 168747.

HSL color Cylindrical-coordinate representation of color #2B9302: hue angle of 103.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B9302 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB431472-
CMYK0.7100.990.42
HSL103.03º97.32%29.22%-
HSV(B)103.03º98.64%57.65%-
XYZ11.4421.393.58-
YUV99.3773.0487.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 147 (57.81% from 255) = 76.56%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=22.40%
G=76.56%
B=1.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4314720.7100.990.42103.0397.3229.22
Hex2B932470632A67611d
Octal53223210701435214714135
Binary10101110010011101000111011000111010101100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,147,2); }

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

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

 a { background-color: rgb(43,147,2); }

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

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

 span { border-color: rgb(43,147,2); }

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