Html Css Color HEX #10813F Dark Spring Green

📋 copy color: '#10813F'

red 16 ◦ green 129 ◦ blue 63

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

Shades of Dark Spring Green #10813F

Tints of Dark Spring Green #10813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.02%

 BLUE value IS 63 (25% from 255) = 30.29%

R = 7.69%
G = 62.02%
B = 30.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#10813F (or 0x10813F) is known color: Dark Spring Green. HEX triplet: 10, 81 and 3F. RGB value is (16,129,63). Sum of RGB (Red+Green+Blue) = 16+129+63=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #10813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10813F is #EF7EC0. Grayscale: #575757. Windows color (decimal): -15695553 or 4161808. OLE color: 4161808.

HSL color Cylindrical-coordinate representation of color #10813F: hue angle of 144.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10813F is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 129 63 -
CMYK 0.88 0 0.51 0.49
HSL 144.96º 0.78% 0.28% -
HSV(B) 144.96º 0.88% 0.51% -
XYZ 8.96 16.17 7.35 -
YUV 87.69 114.06 76.87 -
System Red Green Blue C M Y K H S L
Decimal 16 129 63 0.88 0 0.51 0.49 144.96 0.78 0.28
Hex 10 81 3F 58 0 33 31 91 4E 1C
Octal 20 201 77 130 0 63 61 221 116 34
Binary 10000 10000001 111111 1011000 0 110011 110001 10010001 1001110 11100

Color Harmonies of #10813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10813F

Black with #10813F

Text Example


Text Example

White with #10813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10813F; }

 p { color: rgb(16,129,63); }

 H1.HeaderClassName
 {
   color: #10813F;
 }
 .AnyTagClassName
 {
   color: #10813F;
 }
</style>

background-color css

<style>
 a { background-color: #10813F; }

 a { background-color: rgb(16,129,63); }

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

border-color css

<style>
 span { border-color: #10813F; }

 span { border-color: rgb(16,129,63); }

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