Html Css Color HEX #2B9030 Forest Green

📋 copy color: '#2B9030'

red 43 ◦ green 144 ◦ blue 48

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

Shades of Forest Green #2B9030

Tints of Forest Green #2B9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.28%

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 18.3%
G = 61.28%
B = 20.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#2B9030 (or 0x2B9030) is known color: Forest Green. HEX triplet: 2B, 90 and 30. RGB value is (43,144,48). Sum of RGB (Red+Green+Blue) = 43+144+48=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9030 is #D46FCF. Grayscale: #676767. Windows color (decimal): -13922256 or 3182635. OLE color: 3182635.

HSL color Cylindrical-coordinate representation of color #2B9030: hue angle of 122.97º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9030 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 144 48 -
CMYK 0.70 0 0.67 0.44
HSL 122.97º 0.54% 0.37% -
HSV(B) 122.97º 0.7% 0.56% -
XYZ 11.5 20.67 6.18 -
YUV 102.86 97.04 85.31 -
System Red Green Blue C M Y K H S L
Decimal 43 144 48 0.70 0 0.67 0.44 122.97 0.54 0.37
Hex 2B 90 30 46 0 43 2C 7B 36 25
Octal 53 220 60 106 0 103 54 173 66 45
Binary 101011 10010000 110000 1000110 0 1000011 101100 1111011 110110 100101

Color Harmonies of #2B9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9030

Black with #2B9030

Text Example


Text Example

White with #2B9030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,48); }

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

background-color css

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

 a { background-color: rgb(43,144,48); }

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

border-color css

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

 span { border-color: rgb(43,144,48); }

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