Html Css Color HEX #01822F Dark Spring Green

📋 copy color: '#01822F'

red 1 ◦ green 130 ◦ blue 47

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

Shades of Dark Spring Green #01822F

Tints of Dark Spring Green #01822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.03%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 0.56%
G = 73.03%
B = 26.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#01822F (or 0x01822F) is known color: Dark Spring Green. HEX triplet: 01, 82 and 2F. RGB value is (1,130,47). Sum of RGB (Red+Green+Blue) = 1+130+47=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #01822F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01822F is #FE7DD0. Grayscale: #525252. Windows color (decimal): -16678353 or 3113473. OLE color: 3113473.

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

Color convert

RGB 1 130 47 -
CMYK 0.99 0 0.64 0.49
HSL 141.4º 0.98% 0.26% -
HSV(B) 141.4º 0.99% 0.51% -
XYZ 8.51 16.18 5.36 -
YUV 81.97 108.26 70.25 -
System Red Green Blue C M Y K H S L
Decimal 1 130 47 0.99 0 0.64 0.49 141.4 0.98 0.26
Hex 1 82 2F 63 0 40 31 8D 62 1A
Octal 1 202 57 143 0 100 61 215 142 32
Binary 1 10000010 101111 1100011 0 1000000 110001 10001101 1100010 11010

Color Harmonies of #01822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01822F

Black with #01822F

Text Example


Text Example

White with #01822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01822F; }

 p { color: rgb(1,130,47); }

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

background-color css

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

 a { background-color: rgb(1,130,47); }

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

border-color css

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

 span { border-color: rgb(1,130,47); }

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