Html Css Color HEX #1BA413 Forest Green

📋 copy color: '#1BA413'

red 27 ◦ green 164 ◦ blue 19

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

Shades of Forest Green #1BA413

Tints of Forest Green #1BA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 12.86%
G = 78.1%
B = 9.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#1BA413 (or 0x1BA413) is known color: Forest Green. HEX triplet: 1B, A4 and 13. RGB value is (27,164,19). Sum of RGB (Red+Green+Blue) = 27+164+19=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA413 is #E45BEC. Grayscale: #6A6A6A. Windows color (decimal): -14965741 or 1287195. OLE color: 1287195.

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

Color convert

RGB 27 164 19 -
CMYK 0.84 0 0.88 0.36
HSL 116.69º 0.79% 0.36% -
HSV(B) 116.69º 0.88% 0.64% -
XYZ 13.85 26.83 5.07 -
YUV 106.51 78.61 71.29 -
System Red Green Blue C M Y K H S L
Decimal 27 164 19 0.84 0 0.88 0.36 116.69 0.79 0.36
Hex 1B A4 13 54 0 58 24 75 4F 24
Octal 33 244 23 124 0 130 44 165 117 44
Binary 11011 10100100 10011 1010100 0 1011000 100100 1110101 1001111 100100

Color Harmonies of #1BA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA413

Black with #1BA413

Text Example


Text Example

White with #1BA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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