Html Css Color HEX #2B9005 Forest Green

📋 copy color: '#2B9005'

red 43 ◦ green 144 ◦ blue 5

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

Shades of Forest Green #2B9005

Tints of Forest Green #2B9005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 22.4%
G = 75%
B = 2.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#2B9005 (or 0x2B9005) is known color: Forest Green. HEX triplet: 2B, 90 and 05. RGB value is (43,144,5). Sum of RGB (Red+Green+Blue) = 43+144+5=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 144 (56.64% from 255 or 75% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9005 is #D46FFA. Grayscale: #626262. Windows color (decimal): -13922299 or 364587. OLE color: 364587.

HSL color Cylindrical-coordinate representation of color #2B9005: hue angle of 103.6º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B9005 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 144 5 -
CMYK 0.70 0 0.97 0.44
HSL 103.6º 0.93% 0.29% -
HSV(B) 103.6º 0.97% 0.56% -
XYZ 11 20.47 3.52 -
YUV 97.96 75.54 88.8 -
System Red Green Blue C M Y K H S L
Decimal 43 144 5 0.70 0 0.97 0.44 103.6 0.93 0.29
Hex 2B 90 5 46 0 61 2C 68 5D 1D
Octal 53 220 5 106 0 141 54 150 135 35
Binary 101011 10010000 101 1000110 0 1100001 101100 1101000 1011101 11101

Color Harmonies of #2B9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9005

Black with #2B9005

Text Example


Text Example

White with #2B9005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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