Html Css Color HEX #01852C Dark Spring Green

📋 copy color: '#01852C'

red 1 ◦ green 133 ◦ blue 44

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

Shades of Dark Spring Green #01852C

Tints of Dark Spring Green #01852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 74.72%

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

R = 0.56%
G = 74.72%
B = 24.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#01852C (or 0x01852C) is known color: Dark Spring Green. HEX triplet: 01, 85 and 2C. RGB value is (1,133,44). Sum of RGB (Red+Green+Blue) = 1+133+44=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #01852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01852C is #FE7AD3. Grayscale: #535353. Windows color (decimal): -16677588 or 2917633. OLE color: 2917633.

HSL color Cylindrical-coordinate representation of color #01852C: hue angle of 139.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01852C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 44 -
CMYK 0.99 0 0.67 0.48
HSL 139.55º 0.99% 0.26% -
HSV(B) 139.55º 0.99% 0.52% -
XYZ 8.85 16.96 5.19 -
YUV 83.39 105.77 69.24 -
System Red Green Blue C M Y K H S L
Decimal 1 133 44 0.99 0 0.67 0.48 139.55 0.99 0.26
Hex 1 85 2C 63 0 43 30 8C 63 1A
Octal 1 205 54 143 0 103 60 214 143 32
Binary 1 10000101 101100 1100011 0 1000011 110000 10001100 1100011 11010

Color Harmonies of #01852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01852C

Black with #01852C

Text Example


Text Example

White with #01852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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