Html Css Color HEX #1A730F Forest Green

📋 copy color: '#1A730F'

red 26 ◦ green 115 ◦ blue 15

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

Shades of Forest Green #1A730F

Tints of Forest Green #1A730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 73.72%

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 16.67%
G = 73.72%
B = 9.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#1A730F (or 0x1A730F) is known color: Forest Green. HEX triplet: 1A, 73 and 0F. RGB value is (26,115,15). Sum of RGB (Red+Green+Blue) = 26+115+15=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #1A730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A730F is #E58CF0. Grayscale: #4D4D4D. Windows color (decimal): -15043825 or 1012506. OLE color: 1012506.

HSL color Cylindrical-coordinate representation of color #1A730F: hue angle of 113.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A730F is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 115 15 -
CMYK 0.77 0 0.87 0.55
HSL 113.4º 0.77% 0.25% -
HSV(B) 113.4º 0.87% 0.45% -
XYZ 6.64 12.52 2.52 -
YUV 76.99 93.01 91.63 -
System Red Green Blue C M Y K H S L
Decimal 26 115 15 0.77 0 0.87 0.55 113.4 0.77 0.25
Hex 1A 73 F 4D 0 57 37 71 4D 19
Octal 32 163 17 115 0 127 67 161 115 31
Binary 11010 1110011 1111 1001101 0 1010111 110111 1110001 1001101 11001

Color Harmonies of #1A730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A730F

Black with #1A730F

Text Example


Text Example

White with #1A730F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,115,15); }

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

background-color css

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

 a { background-color: rgb(26,115,15); }

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

border-color css

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

 span { border-color: rgb(26,115,15); }

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