Html Css Color HEX #018138 Dark Spring Green

📋 copy color: '#018138'

red 1 ◦ green 129 ◦ blue 56

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

Shades of Dark Spring Green #018138

Tints of Dark Spring Green #018138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 69.35%

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

R = 0.54%
G = 69.35%
B = 30.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#018138 (or 0x018138) is known color: Dark Spring Green. HEX triplet: 01, 81 and 38. RGB value is (1,129,56). Sum of RGB (Red+Green+Blue) = 1+129+56=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 129 (50.78% from 255 or 69.35% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 129 - color contains mainly: green. Hex color #018138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018138 is #FE7EC7. Grayscale: #525252. Windows color (decimal): -16678600 or 3703041. OLE color: 3703041.

HSL color Cylindrical-coordinate representation of color #018138: hue angle of 145.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018138 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 56 -
CMYK 0.99 0 0.57 0.49
HSL 145.78º 0.98% 0.25% -
HSV(B) 145.78º 0.99% 0.51% -
XYZ 8.58 15.99 6.38 -
YUV 82.41 113.09 69.94 -
System Red Green Blue C M Y K H S L
Decimal 1 129 56 0.99 0 0.57 0.49 145.78 0.98 0.25
Hex 1 81 38 63 0 39 31 92 62 19
Octal 1 201 70 143 0 71 61 222 142 31
Binary 1 10000001 111000 1100011 0 111001 110001 10010010 1100010 11001

Color Harmonies of #018138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018138

Black with #018138

Text Example


Text Example

White with #018138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018138; }

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

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

background-color css

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

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

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

border-color css

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

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

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