Html Css Color HEX #01842F Dark Spring Green

📋 copy color: '#01842F'

red 1 ◦ green 132 ◦ blue 47

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

Shades of Dark Spring Green #01842F

Tints of Dark Spring Green #01842F

RGB

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

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

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

R = 0.56%
G = 73.33%
B = 26.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#01842F (or 0x01842F) is known color: Dark Spring Green. HEX triplet: 01, 84 and 2F. RGB value is (1,132,47). Sum of RGB (Red+Green+Blue) = 1+132+47=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #01842F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01842F is #FE7BD0. Grayscale: #535353. Windows color (decimal): -16677841 or 3113985. OLE color: 3113985.

HSL color Cylindrical-coordinate representation of color #01842F: hue angle of 141.07º 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 #01842F is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 47 -
CMYK 0.99 0 0.64 0.48
HSL 141.07º 0.98% 0.26% -
HSV(B) 141.07º 0.99% 0.52% -
XYZ 8.78 16.71 5.45 -
YUV 83.14 107.6 69.41 -
System Red Green Blue C M Y K H S L
Decimal 1 132 47 0.99 0 0.64 0.48 141.07 0.98 0.26
Hex 1 84 2F 63 0 40 30 8D 62 1A
Octal 1 204 57 143 0 100 60 215 142 32
Binary 1 10000100 101111 1100011 0 1000000 110000 10001101 1100010 11010

Color Harmonies of #01842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01842F

Black with #01842F

Text Example


Text Example

White with #01842F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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