Html Css Color HEX #01842D Dark Spring Green

📋 copy color: '#01842D'

red 1 ◦ green 132 ◦ blue 45

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

Shades of Dark Spring Green #01842D

Tints of Dark Spring Green #01842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 74.16%

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 0.56%
G = 74.16%
B = 25.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#01842D (or 0x01842D) is known color: Dark Spring Green. HEX triplet: 01, 84 and 2D. RGB value is (1,132,45). Sum of RGB (Red+Green+Blue) = 1+132+45=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #01842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01842D is #FE7BD2. Grayscale: #535353. Windows color (decimal): -16677843 or 2982913. OLE color: 2982913.

HSL color Cylindrical-coordinate representation of color #01842D: hue angle of 140.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01842D is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 45 -
CMYK 0.99 0 0.66 0.48
HSL 140.15º 0.98% 0.26% -
HSV(B) 140.15º 0.99% 0.52% -
XYZ 8.74 16.7 5.25 -
YUV 82.91 106.6 69.57 -
System Red Green Blue C M Y K H S L
Decimal 1 132 45 0.99 0 0.66 0.48 140.15 0.98 0.26
Hex 1 84 2D 63 0 42 30 8C 62 1A
Octal 1 204 55 143 0 102 60 214 142 32
Binary 1 10000100 101101 1100011 0 1000010 110000 10001100 1100010 11010

Color Harmonies of #01842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01842D

Black with #01842D

Text Example


Text Example

White with #01842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01842D; }

 p { color: rgb(1,132,45); }

 H1.HeaderClassName
 {
   color: #01842D;
 }
 .AnyTagClassName
 {
   color: #01842D;
 }
</style>

background-color css

<style>
 a { background-color: #01842D; }

 a { background-color: rgb(1,132,45); }

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

border-color css

<style>
 span { border-color: #01842D; }

 span { border-color: rgb(1,132,45); }

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