Html Css Color HEX #01822A Dark Spring Green

📋 copy color: '#01822A'

red 1 ◦ green 130 ◦ blue 42

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

Shades of Dark Spring Green #01822A

Tints of Dark Spring Green #01822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 0.58%
G = 75.14%
B = 24.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#01822A (or 0x01822A) is known color: Dark Spring Green. HEX triplet: 01, 82 and 2A. RGB value is (1,130,42). Sum of RGB (Red+Green+Blue) = 1+130+42=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #01822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01822A is #FE7DD5. Grayscale: #515151. Windows color (decimal): -16678358 or 2785793. OLE color: 2785793.

HSL color Cylindrical-coordinate representation of color #01822A: hue angle of 139.07º 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 #01822A is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 42 -
CMYK 0.99 0 0.68 0.49
HSL 139.07º 0.98% 0.26% -
HSV(B) 139.07º 0.99% 0.51% -
XYZ 8.41 16.14 4.86 -
YUV 81.4 105.76 70.66 -
System Red Green Blue C M Y K H S L
Decimal 1 130 42 0.99 0 0.68 0.49 139.07 0.98 0.26
Hex 1 82 2A 63 0 44 31 8B 62 1A
Octal 1 202 52 143 0 104 61 213 142 32
Binary 1 10000010 101010 1100011 0 1000100 110001 10001011 1100010 11010

Color Harmonies of #01822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01822A

Black with #01822A

Text Example


Text Example

White with #01822A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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