Html Css Color HEX #01832C Dark Spring Green

📋 copy color: '#01832C'

red 1 ◦ green 131 ◦ blue 44

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

Shades of Dark Spring Green #01832C

Tints of Dark Spring Green #01832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25%

R = 0.57%
G = 74.43%
B = 25%

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

#01832C (or 0x01832C) is known color: Dark Spring Green. HEX triplet: 01, 83 and 2C. RGB value is (1,131,44). Sum of RGB (Red+Green+Blue) = 1+131+44=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 131 (51.56% from 255 or 74.43% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 131 - color contains mainly: green. Hex color #01832C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01832C is #FE7CD3. Grayscale: #525252. Windows color (decimal): -16678100 or 2917121. OLE color: 2917121.

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

Color convert

RGB 1 131 44 -
CMYK 0.99 0 0.66 0.49
HSL 139.85º 0.98% 0.26% -
HSV(B) 139.85º 0.99% 0.51% -
XYZ 8.58 16.42 5.1 -
YUV 82.21 106.43 70.07 -
System Red Green Blue C M Y K H S L
Decimal 1 131 44 0.99 0 0.66 0.49 139.85 0.98 0.26
Hex 1 83 2C 63 0 42 31 8C 62 1A
Octal 1 203 54 143 0 102 61 214 142 32
Binary 1 10000011 101100 1100011 0 1000010 110001 10001100 1100010 11010

Color Harmonies of #01832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01832C

Black with #01832C

Text Example


Text Example

White with #01832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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