Html Css Color HEX #10803F Dark Spring Green

📋 copy color: '#10803F'

red 16 ◦ green 128 ◦ blue 63

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

Shades of Dark Spring Green #10803F

Tints of Dark Spring Green #10803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 61.84%

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

R = 7.73%
G = 61.84%
B = 30.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#10803F (or 0x10803F) is known color: Dark Spring Green. HEX triplet: 10, 80 and 3F. RGB value is (16,128,63). Sum of RGB (Red+Green+Blue) = 16+128+63=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #10803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10803F is #EF7FC0. Grayscale: #575757. Windows color (decimal): -15695809 or 4161552. OLE color: 4161552.

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

Color convert

RGB 16 128 63 -
CMYK 0.88 0 0.51 0.50
HSL 145.18º 0.78% 0.28% -
HSV(B) 145.18º 0.88% 0.5% -
XYZ 8.83 15.91 7.31 -
YUV 87.1 114.39 77.29 -
System Red Green Blue C M Y K H S L
Decimal 16 128 63 0.88 0 0.51 0.50 145.18 0.78 0.28
Hex 10 80 3F 58 0 33 32 91 4E 1C
Octal 20 200 77 130 0 63 62 221 116 34
Binary 10000 10000000 111111 1011000 0 110011 110010 10010001 1001110 11100

Color Harmonies of #10803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10803F

Black with #10803F

Text Example


Text Example

White with #10803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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