Html Css Color HEX #1BA125 Forest Green

📋 copy color: '#1BA125'

red 27 ◦ green 161 ◦ blue 37

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

Shades of Forest Green #1BA125

Tints of Forest Green #1BA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 71.56%

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 12%
G = 71.56%
B = 16.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#1BA125 (or 0x1BA125) is known color: Forest Green. HEX triplet: 1B, A1 and 25. RGB value is (27,161,37). Sum of RGB (Red+Green+Blue) = 27+161+37=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA125 is #E45EDA. Grayscale: #6B6B6B. Windows color (decimal): -14966491 or 2466075. OLE color: 2466075.

HSL color Cylindrical-coordinate representation of color #1BA125: hue angle of 124.48º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA125 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 161 37 -
CMYK 0.83 0 0.77 0.37
HSL 124.48º 0.71% 0.37% -
HSV(B) 124.48º 0.83% 0.63% -
XYZ 13.53 25.86 6.03 -
YUV 106.8 88.61 71.08 -
System Red Green Blue C M Y K H S L
Decimal 27 161 37 0.83 0 0.77 0.37 124.48 0.71 0.37
Hex 1B A1 25 53 0 4D 25 7C 47 25
Octal 33 241 45 123 0 115 45 174 107 45
Binary 11011 10100001 100101 1010011 0 1001101 100101 1111100 1000111 100101

Color Harmonies of #1BA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA125

Black with #1BA125

Text Example


Text Example

White with #1BA125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,161,37); }

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

background-color css

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

 a { background-color: rgb(27,161,37); }

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

border-color css

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

 span { border-color: rgb(27,161,37); }

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