Html Css Color HEX #1B990E Forest Green

📋 copy color: '#1B990E'

red 27 ◦ green 153 ◦ blue 14

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

Shades of Forest Green #1B990E

Tints of Forest Green #1B990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 78.87%

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 13.92%
G = 78.87%
B = 7.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#1B990E (or 0x1B990E) is known color: Forest Green. HEX triplet: 1B, 99 and 0E. RGB value is (27,153,14). Sum of RGB (Red+Green+Blue) = 27+153+14=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 153 (60.16% from 255 or 78.87% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 153 - color contains mainly: green. Hex color #1B990E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B990E is #E466F1. Grayscale: #636363. Windows color (decimal): -14968562 or 956699. OLE color: 956699.

HSL color Cylindrical-coordinate representation of color #1B990E: hue angle of 114.39º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B990E is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 153 14 -
CMYK 0.82 0 0.91 0.4
HSL 114.39º 0.83% 0.33% -
HSV(B) 114.39º 0.91% 0.6% -
XYZ 11.92 23.05 4.24 -
YUV 99.48 79.76 76.3 -
System Red Green Blue C M Y K H S L
Decimal 27 153 14 0.82 0 0.91 0.4 114.39 0.83 0.33
Hex 1B 99 E 52 0 5B 28 72 53 21
Octal 33 231 16 122 0 133 50 162 123 41
Binary 11011 10011001 1110 1010010 0 1011011 101000 1110010 1010011 100001

Color Harmonies of #1B990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B990E

Black with #1B990E

Text Example


Text Example

White with #1B990E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,153,14); }

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

background-color css

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

 a { background-color: rgb(27,153,14); }

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

border-color css

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

 span { border-color: rgb(27,153,14); }

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