Html Css Color HEX #1A980B Forest Green

📋 copy color: '#1A980B'

red 26 ◦ green 152 ◦ blue 11

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

Shades of Forest Green #1A980B

Tints of Forest Green #1A980B

RGB

 RED value IS 26 (10.55% from 255) = 13.76%

 GREEN value IS 152 (59.77% from 255) = 80.42%

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 13.76%
G = 80.42%
B = 5.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#1A980B (or 0x1A980B) is known color: Forest Green. HEX triplet: 1A, 98 and 0B. RGB value is (26,152,11). Sum of RGB (Red+Green+Blue) = 26+152+11=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #1A980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A980B is #E567F4. Grayscale: #626262. Windows color (decimal): -15034357 or 759834. OLE color: 759834.

HSL color Cylindrical-coordinate representation of color #1A980B: hue angle of 113.62º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A980B is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 26 152 11 -
CMYK 0.83 0 0.93 0.40
HSL 113.62º 0.87% 0.32% -
HSV(B) 113.62º 0.93% 0.6% -
XYZ 11.71 22.7 4.08 -
YUV 98.25 78.76 76.46 -
System Red Green Blue C M Y K H S L
Decimal 26 152 11 0.83 0 0.93 0.40 113.62 0.87 0.32
Hex 1A 98 B 53 0 5D 28 72 57 20
Octal 32 230 13 123 0 135 50 162 127 40
Binary 11010 10011000 1011 1010011 0 1011101 101000 1110010 1010111 100000

Color Harmonies of #1A980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A980B

Black with #1A980B

Text Example


Text Example

White with #1A980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,152,11); }

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

background-color css

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

 a { background-color: rgb(26,152,11); }

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

border-color css

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

 span { border-color: rgb(26,152,11); }

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