Html Css Color HEX #01832D Dark Spring Green

📋 copy color: '#01832D'

red 1 ◦ green 131 ◦ blue 45

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

Shades of Dark Spring Green #01832D

Tints of Dark Spring Green #01832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 74.01%

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

R = 0.56%
G = 74.01%
B = 25.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#01832D (or 0x01832D) is known color: Dark Spring Green. HEX triplet: 01, 83 and 2D. RGB value is (1,131,45). Sum of RGB (Red+Green+Blue) = 1+131+45=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 131 (51.56% from 255 or 74.01% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 131 - color contains mainly: green. Hex color #01832D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01832D is #FE7CD2. Grayscale: #525252. Windows color (decimal): -16678099 or 2982657. OLE color: 2982657.

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

Color convert

RGB 1 131 45 -
CMYK 0.99 0 0.66 0.49
HSL 140.31º 0.98% 0.26% -
HSV(B) 140.31º 0.99% 0.51% -
XYZ 8.6 16.43 5.2 -
YUV 82.33 106.93 69.99 -
System Red Green Blue C M Y K H S L
Decimal 1 131 45 0.99 0 0.66 0.49 140.31 0.98 0.26
Hex 1 83 2D 63 0 42 31 8C 62 1A
Octal 1 203 55 143 0 102 61 214 142 32
Binary 1 10000011 101101 1100011 0 1000010 110001 10001100 1100010 11010

Color Harmonies of #01832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01832D

Black with #01832D

Text Example


Text Example

White with #01832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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