Html Css Color HEX #018632 Dark Spring Green

📋 copy color: '#018632'

red 1 ◦ green 134 ◦ blue 50

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

Shades of Dark Spring Green #018632

Tints of Dark Spring Green #018632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 72.43%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 0.54%
G = 72.43%
B = 27.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#018632 (or 0x018632) is known color: Dark Spring Green. HEX triplet: 01, 86 and 32. RGB value is (1,134,50). Sum of RGB (Red+Green+Blue) = 1+134+50=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 134 (52.73% from 255 or 72.43% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 134 - color contains mainly: green. Hex color #018632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018632 is #FE79CD. Grayscale: #545454. Windows color (decimal): -16677326 or 3311105. OLE color: 3311105.

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

Color convert

RGB 1 134 50 -
CMYK 0.99 0 0.63 0.47
HSL 142.11º 0.99% 0.26% -
HSV(B) 142.11º 0.99% 0.53% -
XYZ 9.11 17.29 5.87 -
YUV 84.66 108.44 68.33 -
System Red Green Blue C M Y K H S L
Decimal 1 134 50 0.99 0 0.63 0.47 142.11 0.99 0.26
Hex 1 86 32 63 0 3F 2F 8E 63 1A
Octal 1 206 62 143 0 77 57 216 143 32
Binary 1 10000110 110010 1100011 0 111111 101111 10001110 1100011 11010

Color Harmonies of #018632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018632

Black with #018632

Text Example


Text Example

White with #018632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018632; }

 p { color: rgb(1,134,50); }

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

background-color css

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

 a { background-color: rgb(1,134,50); }

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

border-color css

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

 span { border-color: rgb(1,134,50); }

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