Html Css Color HEX #01882E Dark Spring Green

📋 copy color: '#01882E'

red 1 ◦ green 136 ◦ blue 46

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

Shades of Dark Spring Green #01882E

Tints of Dark Spring Green #01882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 74.32%

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 0.55%
G = 74.32%
B = 25.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#01882E (or 0x01882E) is known color: Dark Spring Green. HEX triplet: 01, 88 and 2E. RGB value is (1,136,46). Sum of RGB (Red+Green+Blue) = 1+136+46=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 136 (53.52% from 255 or 74.32% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 136 - color contains mainly: green. Hex color #01882E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01882E is #FE77D1. Grayscale: #555555. Windows color (decimal): -16676818 or 3049473. OLE color: 3049473.

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

Color convert

RGB 1 136 46 -
CMYK 0.99 0 0.66 0.47
HSL 140º 0.99% 0.27% -
HSV(B) 140º 0.99% 0.53% -
XYZ 9.31 17.81 5.53 -
YUV 85.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 1 136 46 0.99 0 0.66 0.47 140 0.99 0.27
Hex 1 88 2E 63 0 42 2F 8C 63 1B
Octal 1 210 56 143 0 102 57 214 143 33
Binary 1 10001000 101110 1100011 0 1000010 101111 10001100 1100011 11011

Color Harmonies of #01882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01882E

Black with #01882E

Text Example


Text Example

White with #01882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01882E; }

 p { color: rgb(1,136,46); }

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

background-color css

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

 a { background-color: rgb(1,136,46); }

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

border-color css

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

 span { border-color: rgb(1,136,46); }

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