Html Css Color HEX #10741C Forest Green

📋 copy color: '#10741C'

red 16 ◦ green 116 ◦ blue 28

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

Shades of Forest Green #10741C

Tints of Forest Green #10741C

RGB

 RED value IS 16 (6.64% from 255) = 10%

 GREEN value IS 116 (45.7% from 255) = 72.5%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 10%
G = 72.5%
B = 17.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#10741C (or 0x10741C) is known color: Forest Green. HEX triplet: 10, 74 and 1C. RGB value is (16,116,28). Sum of RGB (Red+Green+Blue) = 16+116+28=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #10741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10741C is #EF8BE3. Grayscale: #4C4C4C. Windows color (decimal): -15698916 or 1864720. OLE color: 1864720.

HSL color Cylindrical-coordinate representation of color #10741C: hue angle of 127.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10741C is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 28 -
CMYK 0.86 0 0.76 0.55
HSL 127.2º 0.76% 0.26% -
HSV(B) 127.2º 0.86% 0.45% -
XYZ 6.67 12.68 3.2 -
YUV 76.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 16 116 28 0.86 0 0.76 0.55 127.2 0.76 0.26
Hex 10 74 1C 56 0 4C 37 7F 4C 1A
Octal 20 164 34 126 0 114 67 177 114 32
Binary 10000 1110100 11100 1010110 0 1001100 110111 1111111 1001100 11010

Color Harmonies of #10741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10741C

Black with #10741C

Text Example


Text Example

White with #10741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10741C; }

 p { color: rgb(16,116,28); }

 H1.HeaderClassName
 {
   color: #10741C;
 }
 .AnyTagClassName
 {
   color: #10741C;
 }
</style>

background-color css

<style>
 a { background-color: #10741C; }

 a { background-color: rgb(16,116,28); }

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

border-color css

<style>
 span { border-color: #10741C; }

 span { border-color: rgb(16,116,28); }

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