Html Css Color HEX #1A850D Forest Green

📋 copy color: '#1A850D'

red 26 ◦ green 133 ◦ blue 13

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

Shades of Forest Green #1A850D

Tints of Forest Green #1A850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 15.12%
G = 77.33%
B = 7.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#1A850D (or 0x1A850D) is known color: Forest Green. HEX triplet: 1A, 85 and 0D. RGB value is (26,133,13). Sum of RGB (Red+Green+Blue) = 26+133+13=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #1A850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A850D is #E57AF2. Grayscale: #575757. Windows color (decimal): -15039219 or 886042. OLE color: 886042.

HSL color Cylindrical-coordinate representation of color #1A850D: hue angle of 113.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A850D is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 26 133 13 -
CMYK 0.80 0 0.90 0.48
HSL 113.5º 0.82% 0.29% -
HSV(B) 113.5º 0.9% 0.52% -
XYZ 8.89 17.02 3.2 -
YUV 87.33 86.05 84.26 -
System Red Green Blue C M Y K H S L
Decimal 26 133 13 0.80 0 0.90 0.48 113.5 0.82 0.29
Hex 1A 85 D 50 0 5A 30 72 52 1D
Octal 32 205 15 120 0 132 60 162 122 35
Binary 11010 10000101 1101 1010000 0 1011010 110000 1110010 1010010 11101

Color Harmonies of #1A850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A850D

Black with #1A850D

Text Example


Text Example

White with #1A850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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