Html Css Color HEX #10813A Dark Spring Green

📋 copy color: '#10813A'

red 16 ◦ green 129 ◦ blue 58

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

Shades of Dark Spring Green #10813A

Tints of Dark Spring Green #10813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 7.88%
G = 63.55%
B = 28.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#10813A (or 0x10813A) is known color: Dark Spring Green. HEX triplet: 10, 81 and 3A. RGB value is (16,129,58). Sum of RGB (Red+Green+Blue) = 16+129+58=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #10813A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10813A is #EF7EC5. Grayscale: #575757. Windows color (decimal): -15695558 or 3834128. OLE color: 3834128.

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

Color convert

RGB 16 129 58 -
CMYK 0.88 0 0.55 0.49
HSL 142.3º 0.78% 0.28% -
HSV(B) 142.3º 0.88% 0.51% -
XYZ 8.83 16.12 6.65 -
YUV 87.12 111.56 77.27 -
System Red Green Blue C M Y K H S L
Decimal 16 129 58 0.88 0 0.55 0.49 142.3 0.78 0.28
Hex 10 81 3A 58 0 37 31 8E 4E 1C
Octal 20 201 72 130 0 67 61 216 116 34
Binary 10000 10000001 111010 1011000 0 110111 110001 10001110 1001110 11100

Color Harmonies of #10813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10813A

Black with #10813A

Text Example


Text Example

White with #10813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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