Html Css Color HEX #018A2F Dark Spring Green

📋 copy color: '#018A2F'

red 1 ◦ green 138 ◦ blue 47

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

Shades of Dark Spring Green #018A2F

Tints of Dark Spring Green #018A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.27%

R = 0.54%
G = 74.19%
B = 25.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#018A2F (or 0x018A2F) is known color: Dark Spring Green. HEX triplet: 01, 8A and 2F. RGB value is (1,138,47). Sum of RGB (Red+Green+Blue) = 1+138+47=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #018A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A2F is #FE75D0. Grayscale: #565656. Windows color (decimal): -16676305 or 3115521. OLE color: 3115521.

HSL color Cylindrical-coordinate representation of color #018A2F: hue angle of 140.15º 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 #018A2F is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 47 -
CMYK 0.99 0 0.66 0.46
HSL 140.15º 0.99% 0.27% -
HSV(B) 140.15º 0.99% 0.54% -
XYZ 9.61 18.39 5.73 -
YUV 86.66 105.61 66.9 -
System Red Green Blue C M Y K H S L
Decimal 1 138 47 0.99 0 0.66 0.46 140.15 0.99 0.27
Hex 1 8A 2F 63 0 42 2E 8C 63 1B
Octal 1 212 57 143 0 102 56 214 143 33
Binary 1 10001010 101111 1100011 0 1000010 101110 10001100 1100011 11011

Color Harmonies of #018A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A2F

Black with #018A2F

Text Example


Text Example

White with #018A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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