Html Css Color HEX #10813C Dark Spring Green

📋 copy color: '#10813C'

red 16 ◦ green 129 ◦ blue 60

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

Shades of Dark Spring Green #10813C

Tints of Dark Spring Green #10813C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 7.8%
G = 62.93%
B = 29.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#10813C (or 0x10813C) is known color: Dark Spring Green. HEX triplet: 10, 81 and 3C. RGB value is (16,129,60). Sum of RGB (Red+Green+Blue) = 16+129+60=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #10813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10813C is #EF7EC3. Grayscale: #575757. Windows color (decimal): -15695556 or 3965200. OLE color: 3965200.

HSL color Cylindrical-coordinate representation of color #10813C: hue angle of 143.36º 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 #10813C is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 129 60 -
CMYK 0.88 0 0.53 0.49
HSL 143.36º 0.78% 0.28% -
HSV(B) 143.36º 0.88% 0.51% -
XYZ 8.88 16.14 6.92 -
YUV 87.35 112.56 77.11 -
System Red Green Blue C M Y K H S L
Decimal 16 129 60 0.88 0 0.53 0.49 143.36 0.78 0.28
Hex 10 81 3C 58 0 35 31 8F 4E 1C
Octal 20 201 74 130 0 65 61 217 116 34
Binary 10000 10000001 111100 1011000 0 110101 110001 10001111 1001110 11100

Color Harmonies of #10813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10813C

Black with #10813C

Text Example


Text Example

White with #10813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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