Html Css Color HEX #01822B Dark Spring Green

📋 copy color: '#01822B'

red 1 ◦ green 130 ◦ blue 43

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

Shades of Dark Spring Green #01822B

Tints of Dark Spring Green #01822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 0.57%
G = 74.71%
B = 24.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#01822B (or 0x01822B) is known color: Dark Spring Green. HEX triplet: 01, 82 and 2B. RGB value is (1,130,43). Sum of RGB (Red+Green+Blue) = 1+130+43=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #01822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01822B is #FE7DD4. Grayscale: #515151. Windows color (decimal): -16678357 or 2851329. OLE color: 2851329.

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

Color convert

RGB 1 130 43 -
CMYK 0.99 0 0.67 0.49
HSL 139.53º 0.98% 0.26% -
HSV(B) 139.53º 0.99% 0.51% -
XYZ 8.43 16.15 4.96 -
YUV 81.51 106.26 70.57 -
System Red Green Blue C M Y K H S L
Decimal 1 130 43 0.99 0 0.67 0.49 139.53 0.98 0.26
Hex 1 82 2B 63 0 43 31 8C 62 1A
Octal 1 202 53 143 0 103 61 214 142 32
Binary 1 10000010 101011 1100011 0 1000011 110001 10001100 1100010 11010

Color Harmonies of #01822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01822B

Black with #01822B

Text Example


Text Example

White with #01822B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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