Html Css Color HEX #1BAE2A Forest Green

📋 copy color: '#1BAE2A'

red 27 ◦ green 174 ◦ blue 42

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

Shades of Forest Green #1BAE2A

Tints of Forest Green #1BAE2A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 71.6%

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

R = 11.11%
G = 71.6%
B = 17.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#1BAE2A (or 0x1BAE2A) is known color: Forest Green. HEX triplet: 1B, AE and 2A. RGB value is (27,174,42). Sum of RGB (Red+Green+Blue) = 27+174+42=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 174 (68.36% from 255 or 71.60% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE2A is #E451D5. Grayscale: #737373. Windows color (decimal): -14963158 or 2797083. OLE color: 2797083.

HSL color Cylindrical-coordinate representation of color #1BAE2A: hue angle of 126.12º 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 #1BAE2A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 174 42 -
CMYK 0.84 0 0.76 0.32
HSL 126.12º 0.73% 0.39% -
HSV(B) 126.12º 0.84% 0.68% -
XYZ 16.01 30.67 7.27 -
YUV 115 86.8 65.23 -
System Red Green Blue C M Y K H S L
Decimal 27 174 42 0.84 0 0.76 0.32 126.12 0.73 0.39
Hex 1B AE 2A 54 0 4C 20 7E 49 27
Octal 33 256 52 124 0 114 40 176 111 47
Binary 11011 10101110 101010 1010100 0 1001100 100000 1111110 1001001 100111

Color Harmonies of #1BAE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE2A

Black with #1BAE2A

Text Example


Text Example

White with #1BAE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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