Html Css Color HEX #1A850B Forest Green

📋 copy color: '#1A850B'

red 26 ◦ green 133 ◦ blue 11

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

Shades of Forest Green #1A850B

Tints of Forest Green #1A850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 78.24%

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

R = 15.29%
G = 78.24%
B = 6.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#1A850B (or 0x1A850B) is known color: Forest Green. HEX triplet: 1A, 85 and 0B. RGB value is (26,133,11). Sum of RGB (Red+Green+Blue) = 26+133+11=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #1A850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A850B is #E57AF4. Grayscale: #575757. Windows color (decimal): -15039221 or 754970. OLE color: 754970.

HSL color Cylindrical-coordinate representation of color #1A850B: hue angle of 112.62º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A850B is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 11 -
CMYK 0.80 0 0.92 0.48
HSL 112.62º 0.85% 0.28% -
HSV(B) 112.62º 0.92% 0.52% -
XYZ 8.87 17.02 3.13 -
YUV 87.1 85.05 84.42 -
System Red Green Blue C M Y K H S L
Decimal 26 133 11 0.80 0 0.92 0.48 112.62 0.85 0.28
Hex 1A 85 B 50 0 5C 30 71 55 1C
Octal 32 205 13 120 0 134 60 161 125 34
Binary 11010 10000101 1011 1010000 0 1011100 110000 1110001 1010101 11100

Color Harmonies of #1A850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A850B

Black with #1A850B

Text Example


Text Example

White with #1A850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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