Html Css Color HEX #018438 Dark Spring Green

📋 copy color: '#018438'

red 1 ◦ green 132 ◦ blue 56

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

Shades of Dark Spring Green #018438

Tints of Dark Spring Green #018438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 69.84%

 BLUE value IS 56 (22.27% from 255) = 29.63%

R = 0.53%
G = 69.84%
B = 29.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#018438 (or 0x018438) is known color: Dark Spring Green. HEX triplet: 01, 84 and 38. RGB value is (1,132,56). Sum of RGB (Red+Green+Blue) = 1+132+56=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #018438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018438 is #FE7BC7. Grayscale: #545454. Windows color (decimal): -16677832 or 3703809. OLE color: 3703809.

HSL color Cylindrical-coordinate representation of color #018438: hue angle of 145.19º degrees, saturation: 0.98, 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 #018438 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 56 -
CMYK 0.99 0 0.58 0.48
HSL 145.19º 0.98% 0.26% -
HSV(B) 145.19º 0.99% 0.52% -
XYZ 8.98 16.79 6.51 -
YUV 84.17 112.1 68.68 -
System Red Green Blue C M Y K H S L
Decimal 1 132 56 0.99 0 0.58 0.48 145.19 0.98 0.26
Hex 1 84 38 63 0 3A 30 91 62 1A
Octal 1 204 70 143 0 72 60 221 142 32
Binary 1 10000100 111000 1100011 0 111010 110000 10010001 1100010 11010

Color Harmonies of #018438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018438

Black with #018438

Text Example


Text Example

White with #018438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018438; }

 p { color: rgb(1,132,56); }

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

background-color css

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

 a { background-color: rgb(1,132,56); }

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

border-color css

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

 span { border-color: rgb(1,132,56); }

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