Html Css Color HEX #01862D Dark Spring Green

📋 copy color: '#01862D'

red 1 ◦ green 134 ◦ blue 45

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

Shades of Dark Spring Green #01862D

Tints of Dark Spring Green #01862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 74.44%

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

R = 0.56%
G = 74.44%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#01862D (or 0x01862D) is known color: Dark Spring Green. HEX triplet: 01, 86 and 2D. RGB value is (1,134,45). Sum of RGB (Red+Green+Blue) = 1+134+45=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 134 (52.73% from 255 or 74.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 134 - color contains mainly: green. Hex color #01862D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01862D is #FE79D2. Grayscale: #545454. Windows color (decimal): -16677331 or 2983425. OLE color: 2983425.

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

Color convert

RGB 1 134 45 -
CMYK 0.99 0 0.66 0.47
HSL 139.85º 0.99% 0.26% -
HSV(B) 139.85º 0.99% 0.53% -
XYZ 9.01 17.25 5.34 -
YUV 84.09 105.94 68.74 -
System Red Green Blue C M Y K H S L
Decimal 1 134 45 0.99 0 0.66 0.47 139.85 0.99 0.26
Hex 1 86 2D 63 0 42 2F 8C 63 1A
Octal 1 206 55 143 0 102 57 214 143 32
Binary 1 10000110 101101 1100011 0 1000010 101111 10001100 1100011 11010

Color Harmonies of #01862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01862D

Black with #01862D

Text Example


Text Example

White with #01862D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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