Html Css Color HEX #01823D Dark Spring Green

📋 copy color: '#01823D'

red 1 ◦ green 130 ◦ blue 61

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

Shades of Dark Spring Green #01823D

Tints of Dark Spring Green #01823D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 0.52%
G = 67.71%
B = 31.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#01823D (or 0x01823D) is known color: Dark Spring Green. HEX triplet: 01, 82 and 3D. RGB value is (1,130,61). Sum of RGB (Red+Green+Blue) = 1+130+61=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #01823D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01823D is #FE7DC2. Grayscale: #535353. Windows color (decimal): -16678339 or 4030977. OLE color: 4030977.

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

Color convert

RGB 1 130 61 -
CMYK 0.99 0 0.53 0.49
HSL 147.91º 0.98% 0.26% -
HSV(B) 147.91º 0.99% 0.51% -
XYZ 8.84 16.31 7.1 -
YUV 83.56 115.26 69.11 -
System Red Green Blue C M Y K H S L
Decimal 1 130 61 0.99 0 0.53 0.49 147.91 0.98 0.26
Hex 1 82 3D 63 0 35 31 94 62 1A
Octal 1 202 75 143 0 65 61 224 142 32
Binary 1 10000010 111101 1100011 0 110101 110001 10010100 1100010 11010

Color Harmonies of #01823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01823D

Black with #01823D

Text Example


Text Example

White with #01823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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