Html Css Color HEX #01832F Dark Spring Green

📋 copy color: '#01832F'

red 1 ◦ green 131 ◦ blue 47

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

Shades of Dark Spring Green #01832F

Tints of Dark Spring Green #01832F

RGB

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

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

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

R = 0.56%
G = 73.18%
B = 26.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#01832F (or 0x01832F) is known color: Dark Spring Green. HEX triplet: 01, 83 and 2F. RGB value is (1,131,47). Sum of RGB (Red+Green+Blue) = 1+131+47=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #01832F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01832F is #FE7CD0. Grayscale: #525252. Windows color (decimal): -16678097 or 3113729. OLE color: 3113729.

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

Color convert

RGB 1 131 47 -
CMYK 0.99 0 0.64 0.49
HSL 141.23º 0.98% 0.26% -
HSV(B) 141.23º 0.99% 0.51% -
XYZ 8.64 16.44 5.41 -
YUV 82.55 107.93 69.83 -
System Red Green Blue C M Y K H S L
Decimal 1 131 47 0.99 0 0.64 0.49 141.23 0.98 0.26
Hex 1 83 2F 63 0 40 31 8D 62 1A
Octal 1 203 57 143 0 100 61 215 142 32
Binary 1 10000011 101111 1100011 0 1000000 110001 10001101 1100010 11010

Color Harmonies of #01832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01832F

Black with #01832F

Text Example


Text Example

White with #01832F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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