Html Css Color HEX #1BA42A Forest Green

📋 copy color: '#1BA42A'

red 27 ◦ green 164 ◦ blue 42

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

Shades of Forest Green #1BA42A

Tints of Forest Green #1BA42A

RGB

 RED value IS 27 (10.94% from 255) = 11.59%

 GREEN value IS 164 (64.45% from 255) = 70.39%

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 11.59%
G = 70.39%
B = 18.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#1BA42A (or 0x1BA42A) is known color: Forest Green. HEX triplet: 1B, A4 and 2A. RGB value is (27,164,42). Sum of RGB (Red+Green+Blue) = 27+164+42=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 164 (64.45% from 255 or 70.39% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA42A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA42A is #E45BD5. Grayscale: #6D6D6D. Windows color (decimal): -14965718 or 2794523. OLE color: 2794523.

HSL color Cylindrical-coordinate representation of color #1BA42A: hue angle of 126.57º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA42A is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 27 164 42 -
CMYK 0.84 0 0.74 0.36
HSL 126.57º 0.72% 0.37% -
HSV(B) 126.57º 0.84% 0.64% -
XYZ 14.15 26.95 6.65 -
YUV 109.13 90.11 69.42 -
System Red Green Blue C M Y K H S L
Decimal 27 164 42 0.84 0 0.74 0.36 126.57 0.72 0.37
Hex 1B A4 2A 54 0 4A 24 7F 48 25
Octal 33 244 52 124 0 112 44 177 110 45
Binary 11011 10100100 101010 1010100 0 1001010 100100 1111111 1001000 100101

Color Harmonies of #1BA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA42A

Black with #1BA42A

Text Example


Text Example

White with #1BA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BA42A; }

 p { color: rgb(27,164,42); }

 H1.HeaderClassName
 {
   color: #1BA42A;
 }
 .AnyTagClassName
 {
   color: #1BA42A;
 }
</style>

background-color css

<style>
 a { background-color: #1BA42A; }

 a { background-color: rgb(27,164,42); }

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

border-color css

<style>
 span { border-color: #1BA42A; }

 span { border-color: rgb(27,164,42); }

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