Html Css Color HEX #1BAD1E Forest Green

📋 copy color: '#1BAD1E'

red 27 ◦ green 173 ◦ blue 30

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

Shades of Forest Green #1BAD1E

Tints of Forest Green #1BAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 75.22%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 11.74%
G = 75.22%
B = 13.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#1BAD1E (or 0x1BAD1E) is known color: Forest Green. HEX triplet: 1B, AD and 1E. RGB value is (27,173,30). Sum of RGB (Red+Green+Blue) = 27+173+30=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 173 (67.97% from 255 or 75.22% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD1E is #E452E1. Grayscale: #717171. Windows color (decimal): -14963426 or 2010395. OLE color: 2010395.

HSL color Cylindrical-coordinate representation of color #1BAD1E: hue angle of 121.23º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD1E is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 173 30 -
CMYK 0.84 0 0.83 0.32
HSL 121.23º 0.73% 0.39% -
HSV(B) 121.23º 0.84% 0.68% -
XYZ 15.63 30.21 6.24 -
YUV 113.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 27 173 30 0.84 0 0.83 0.32 121.23 0.73 0.39
Hex 1B AD 1E 54 0 53 20 79 49 27
Octal 33 255 36 124 0 123 40 171 111 47
Binary 11011 10101101 11110 1010100 0 1010011 100000 1111001 1001001 100111

Color Harmonies of #1BAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAD1E

Black with #1BAD1E

Text Example


Text Example

White with #1BAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,173,30); }

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

background-color css

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

 a { background-color: rgb(27,173,30); }

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

border-color css

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

 span { border-color: rgb(27,173,30); }

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