Html Css Color HEX #018230 Dark Spring Green

📋 copy color: '#018230'

red 1 ◦ green 130 ◦ blue 48

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

Shades of Dark Spring Green #018230

Tints of Dark Spring Green #018230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 0.56%
G = 72.63%
B = 26.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#018230 (or 0x018230) is known color: Dark Spring Green. HEX triplet: 01, 82 and 30. RGB value is (1,130,48). Sum of RGB (Red+Green+Blue) = 1+130+48=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #018230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018230 is #FE7DCF. Grayscale: #525252. Windows color (decimal): -16678352 or 3179009. OLE color: 3179009.

HSL color Cylindrical-coordinate representation of color #018230: hue angle of 141.86º 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 #018230 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 48 -
CMYK 0.99 0 0.63 0.49
HSL 141.86º 0.98% 0.26% -
HSV(B) 141.86º 0.99% 0.51% -
XYZ 8.53 16.19 5.47 -
YUV 82.08 108.76 70.17 -
System Red Green Blue C M Y K H S L
Decimal 1 130 48 0.99 0 0.63 0.49 141.86 0.98 0.26
Hex 1 82 30 63 0 3F 31 8E 62 1A
Octal 1 202 60 143 0 77 61 216 142 32
Binary 1 10000010 110000 1100011 0 111111 110001 10001110 1100010 11010

Color Harmonies of #018230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018230

Black with #018230

Text Example


Text Example

White with #018230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018230; }

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

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

background-color css

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

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

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

border-color css

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

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

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