Html Css Color HEX #018530 Dark Spring Green

📋 copy color: '#018530'

red 1 ◦ green 133 ◦ blue 48

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

Shades of Dark Spring Green #018530

Tints of Dark Spring Green #018530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.08%

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

R = 0.55%
G = 73.08%
B = 26.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#018530 (or 0x018530) is known color: Dark Spring Green. HEX triplet: 01, 85 and 30. RGB value is (1,133,48). Sum of RGB (Red+Green+Blue) = 1+133+48=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #018530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018530 is #FE7ACF. Grayscale: #545454. Windows color (decimal): -16677584 or 3179777. OLE color: 3179777.

HSL color Cylindrical-coordinate representation of color #018530: hue angle of 141.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018530 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 48 -
CMYK 0.99 0 0.64 0.48
HSL 141.36º 0.99% 0.26% -
HSV(B) 141.36º 0.99% 0.52% -
XYZ 8.93 16.99 5.61 -
YUV 83.84 107.77 68.91 -
System Red Green Blue C M Y K H S L
Decimal 1 133 48 0.99 0 0.64 0.48 141.36 0.99 0.26
Hex 1 85 30 63 0 40 30 8D 63 1A
Octal 1 205 60 143 0 100 60 215 143 32
Binary 1 10000101 110000 1100011 0 1000000 110000 10001101 1100011 11010

Color Harmonies of #018530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018530

Black with #018530

Text Example


Text Example

White with #018530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018530; }

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

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

background-color css

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

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

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

border-color css

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

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

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