Html Css Color HEX #107248 Dark Spring Green

📋 copy color: '#107248'

red 16 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #107248

Tints of Dark Spring Green #107248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 7.92%
G = 56.44%
B = 35.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#107248 (or 0x107248) is known color: Dark Spring Green. HEX triplet: 10, 72 and 48. RGB value is (16,114,72). Sum of RGB (Red+Green+Blue) = 16+114+72=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #107248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107248 is #EF8DB7. Grayscale: #4F4F4F. Windows color (decimal): -15699384 or 4747792. OLE color: 4747792.

HSL color Cylindrical-coordinate representation of color #107248: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107248 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 72 -
CMYK 0.86 0 0.37 0.55
HSL 154.29º 0.75% 0.25% -
HSV(B) 154.29º 0.86% 0.45% -
XYZ 7.4 12.61 8.18 -
YUV 79.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 16 114 72 0.86 0 0.37 0.55 154.29 0.75 0.25
Hex 10 72 48 56 0 25 37 9A 4B 19
Octal 20 162 110 126 0 45 67 232 113 31
Binary 10000 1110010 1001000 1010110 0 100101 110111 10011010 1001011 11001

Color Harmonies of #107248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107248

Black with #107248

Text Example


Text Example

White with #107248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107248; }

 p { color: rgb(16,114,72); }

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

background-color css

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

 a { background-color: rgb(16,114,72); }

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

border-color css

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

 span { border-color: rgb(16,114,72); }

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