Html Css Color HEX #01802C Dark Spring Green

📋 copy color: '#01802C'

red 1 ◦ green 128 ◦ blue 44

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

Shades of Dark Spring Green #01802C

Tints of Dark Spring Green #01802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 0.58%
G = 73.99%
B = 25.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#01802C (or 0x01802C) is known color: Dark Spring Green. HEX triplet: 01, 80 and 2C. RGB value is (1,128,44). Sum of RGB (Red+Green+Blue) = 1+128+44=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #01802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01802C is #FE7FD3. Grayscale: #505050. Windows color (decimal): -16678868 or 2916353. OLE color: 2916353.

HSL color Cylindrical-coordinate representation of color #01802C: hue angle of 140.31º 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 #01802C is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 44 -
CMYK 0.99 0 0.66 0.50
HSL 140.32º 0.98% 0.25% -
HSV(B) 140.32º 0.99% 0.5% -
XYZ 8.19 15.63 4.97 -
YUV 80.45 107.42 71.33 -
System Red Green Blue C M Y K H S L
Decimal 1 128 44 0.99 0 0.66 0.50 140.32 0.98 0.25
Hex 1 80 2C 63 0 42 32 8C 62 19
Octal 1 200 54 143 0 102 62 214 142 31
Binary 1 10000000 101100 1100011 0 1000010 110010 10001100 1100010 11001

Color Harmonies of #01802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01802C

Black with #01802C

Text Example


Text Example

White with #01802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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