Html Css Color HEX #2B9423 Forest Green

📋 copy color: '#2B9423'

red 43 ◦ green 148 ◦ blue 35

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

Shades of Forest Green #2B9423

Tints of Forest Green #2B9423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

 BLUE value IS 35 (14.06% from 255) = 15.49%

R = 19.03%
G = 65.49%
B = 15.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#2B9423 (or 0x2B9423) is known color: Forest Green. HEX triplet: 2B, 94 and 23. RGB value is (43,148,35). Sum of RGB (Red+Green+Blue) = 43+148+35=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9423 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9423 is #D46BDC. Grayscale: #686868. Windows color (decimal): -13921245 or 2331691. OLE color: 2331691.

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

Color convert

RGB 43 148 35 -
CMYK 0.71 0 0.76 0.42
HSL 115.75º 0.62% 0.36% -
HSV(B) 115.75º 0.76% 0.58% -
XYZ 11.89 21.81 5.17 -
YUV 103.72 89.21 84.69 -
System Red Green Blue C M Y K H S L
Decimal 43 148 35 0.71 0 0.76 0.42 115.75 0.62 0.36
Hex 2B 94 23 47 0 4C 2A 74 3E 24
Octal 53 224 43 107 0 114 52 164 76 44
Binary 101011 10010100 100011 1000111 0 1001100 101010 1110100 111110 100100

Color Harmonies of #2B9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9423

Black with #2B9423

Text Example


Text Example

White with #2B9423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,148,35); }

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

background-color css

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

 a { background-color: rgb(43,148,35); }

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

border-color css

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

 span { border-color: rgb(43,148,35); }

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