Html Css Color HEX #018A37 Dark Spring Green

📋 copy color: '#018A37'

red 1 ◦ green 138 ◦ blue 55

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

Shades of Dark Spring Green #018A37

Tints of Dark Spring Green #018A37

RGB

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

 GREEN value IS 138 (54.3% from 255) = 71.13%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 0.52%
G = 71.13%
B = 28.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#018A37 (or 0x018A37) is known color: Dark Spring Green. HEX triplet: 01, 8A and 37. RGB value is (1,138,55). Sum of RGB (Red+Green+Blue) = 1+138+55=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #018A37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A37 is #FE75C8. Grayscale: #575757. Windows color (decimal): -16676297 or 3639809. OLE color: 3639809.

HSL color Cylindrical-coordinate representation of color #018A37: hue angle of 143.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A37 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 55 -
CMYK 0.99 0 0.60 0.46
HSL 143.65º 0.99% 0.27% -
HSV(B) 143.65º 0.99% 0.54% -
XYZ 9.79 18.46 6.66 -
YUV 87.58 109.61 66.25 -
System Red Green Blue C M Y K H S L
Decimal 1 138 55 0.99 0 0.60 0.46 143.65 0.99 0.27
Hex 1 8A 37 63 0 3C 2E 90 63 1B
Octal 1 212 67 143 0 74 56 220 143 33
Binary 1 10001010 110111 1100011 0 111100 101110 10010000 1100011 11011

Color Harmonies of #018A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A37

Black with #018A37

Text Example


Text Example

White with #018A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A37; }

 p { color: rgb(1,138,55); }

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

background-color css

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

 a { background-color: rgb(1,138,55); }

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

border-color css

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

 span { border-color: rgb(1,138,55); }

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