Html Css Color HEX #018231 Dark Spring Green

📋 copy color: '#018231'

red 1 ◦ green 130 ◦ blue 49

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

Shades of Dark Spring Green #018231

Tints of Dark Spring Green #018231

RGB

 RED value IS 1 (0.78% from 255) = 0.56%

 GREEN value IS 130 (51.17% from 255) = 72.22%

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 0.56%
G = 72.22%
B = 27.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#018231 (or 0x018231) is known color: Dark Spring Green. HEX triplet: 01, 82 and 31. RGB value is (1,130,49). Sum of RGB (Red+Green+Blue) = 1+130+49=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #018231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018231 is #FE7DCE. Grayscale: #525252. Windows color (decimal): -16678351 or 3244545. OLE color: 3244545.

HSL color Cylindrical-coordinate representation of color #018231: hue angle of 142.33º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018231 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 49 -
CMYK 0.99 0 0.62 0.49
HSL 142.33º 0.98% 0.26% -
HSV(B) 142.33º 0.99% 0.51% -
XYZ 8.55 16.19 5.58 -
YUV 82.2 109.26 70.09 -
System Red Green Blue C M Y K H S L
Decimal 1 130 49 0.99 0 0.62 0.49 142.33 0.98 0.26
Hex 1 82 31 63 0 3E 31 8E 62 1A
Octal 1 202 61 143 0 76 61 216 142 32
Binary 1 10000010 110001 1100011 0 111110 110001 10001110 1100010 11010

Color Harmonies of #018231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018231

Black with #018231

Text Example


Text Example

White with #018231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018231; }

 p { color: rgb(1,130,49); }

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

background-color css

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

 a { background-color: rgb(1,130,49); }

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

border-color css

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

 span { border-color: rgb(1,130,49); }

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