Html Css Color HEX #10952E Forest Green

📋 copy color: '#10952E'

red 16 ◦ green 149 ◦ blue 46

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

Shades of Forest Green #10952E

Tints of Forest Green #10952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.62%

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 7.58%
G = 70.62%
B = 21.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#10952E (or 0x10952E) is known color: Forest Green. HEX triplet: 10, 95 and 2E. RGB value is (16,149,46). Sum of RGB (Red+Green+Blue) = 16+149+46=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #10952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10952E is #EF6AD1. Grayscale: #616161. Windows color (decimal): -15690450 or 3052816. OLE color: 3052816.

HSL color Cylindrical-coordinate representation of color #10952E: hue angle of 133.53º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10952E is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 149 46 -
CMYK 0.89 0 0.69 0.42
HSL 133.53º 0.81% 0.32% -
HSV(B) 133.53º 0.89% 0.58% -
XYZ 11.45 21.8 6.19 -
YUV 97.49 98.94 69.88 -
System Red Green Blue C M Y K H S L
Decimal 16 149 46 0.89 0 0.69 0.42 133.53 0.81 0.32
Hex 10 95 2E 59 0 45 2A 86 51 20
Octal 20 225 56 131 0 105 52 206 121 40
Binary 10000 10010101 101110 1011001 0 1000101 101010 10000110 1010001 100000

Color Harmonies of #10952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10952E

Black with #10952E

Text Example


Text Example

White with #10952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10952E; }

 p { color: rgb(16,149,46); }

 H1.HeaderClassName
 {
   color: #10952E;
 }
 .AnyTagClassName
 {
   color: #10952E;
 }
</style>

background-color css

<style>
 a { background-color: #10952E; }

 a { background-color: rgb(16,149,46); }

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

border-color css

<style>
 span { border-color: #10952E; }

 span { border-color: rgb(16,149,46); }

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