Html Css Color HEX #01863A Dark Spring Green

📋 copy color: '#01863A'

red 1 ◦ green 134 ◦ blue 58

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

Shades of Dark Spring Green #01863A

Tints of Dark Spring Green #01863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 0.52%
G = 69.43%
B = 30.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#01863A (or 0x01863A) is known color: Dark Spring Green. HEX triplet: 01, 86 and 3A. RGB value is (1,134,58). Sum of RGB (Red+Green+Blue) = 1+134+58=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #01863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01863A is #FE79C5. Grayscale: #555555. Windows color (decimal): -16677318 or 3835393. OLE color: 3835393.

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

Color convert

RGB 1 134 58 -
CMYK 0.99 0 0.57 0.47
HSL 145.71º 0.99% 0.26% -
HSV(B) 145.71º 0.99% 0.53% -
XYZ 9.3 17.36 6.86 -
YUV 85.57 112.44 67.68 -
System Red Green Blue C M Y K H S L
Decimal 1 134 58 0.99 0 0.57 0.47 145.71 0.99 0.26
Hex 1 86 3A 63 0 39 2F 92 63 1A
Octal 1 206 72 143 0 71 57 222 143 32
Binary 1 10000110 111010 1100011 0 111001 101111 10010010 1100011 11010

Color Harmonies of #01863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01863A

Black with #01863A

Text Example


Text Example

White with #01863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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