Html Css Color HEX #01802E Dark Spring Green

📋 copy color: '#01802E'

red 1 ◦ green 128 ◦ blue 46

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

Shades of Dark Spring Green #01802E

Tints of Dark Spring Green #01802E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.14%

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

R = 0.57%
G = 73.14%
B = 26.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#01802E (or 0x01802E) is known color: Dark Spring Green. HEX triplet: 01, 80 and 2E. RGB value is (1,128,46). Sum of RGB (Red+Green+Blue) = 1+128+46=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #01802E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01802E is #FE7FD1. Grayscale: #505050. Windows color (decimal): -16678866 or 3047425. OLE color: 3047425.

HSL color Cylindrical-coordinate representation of color #01802E: hue angle of 141.26º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01802E is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 46 -
CMYK 0.99 0 0.64 0.50
HSL 141.26º 0.98% 0.25% -
HSV(B) 141.26º 0.99% 0.5% -
XYZ 8.22 15.64 5.17 -
YUV 80.68 108.42 71.17 -
System Red Green Blue C M Y K H S L
Decimal 1 128 46 0.99 0 0.64 0.50 141.26 0.98 0.25
Hex 1 80 2E 63 0 40 32 8D 62 19
Octal 1 200 56 143 0 100 62 215 142 31
Binary 1 10000000 101110 1100011 0 1000000 110010 10001101 1100010 11001

Color Harmonies of #01802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01802E

Black with #01802E

Text Example


Text Example

White with #01802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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