Html Css Color HEX #01852A Dark Spring Green

📋 copy color: '#01852A'

red 1 ◦ green 133 ◦ blue 42

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

Shades of Dark Spring Green #01852A

Tints of Dark Spring Green #01852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.86%

R = 0.57%
G = 75.57%
B = 23.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#01852A (or 0x01852A) is known color: Dark Spring Green. HEX triplet: 01, 85 and 2A. RGB value is (1,133,42). Sum of RGB (Red+Green+Blue) = 1+133+42=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #01852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01852A is #FE7AD5. Grayscale: #535353. Windows color (decimal): -16677590 or 2786561. OLE color: 2786561.

HSL color Cylindrical-coordinate representation of color #01852A: hue angle of 138.64º 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 #01852A is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 42 -
CMYK 0.99 0 0.68 0.48
HSL 138.64º 0.99% 0.26% -
HSV(B) 138.64º 0.99% 0.52% -
XYZ 8.82 16.95 5 -
YUV 83.16 104.77 69.4 -
System Red Green Blue C M Y K H S L
Decimal 1 133 42 0.99 0 0.68 0.48 138.64 0.99 0.26
Hex 1 85 2A 63 0 44 30 8B 63 1A
Octal 1 205 52 143 0 104 60 213 143 32
Binary 1 10000101 101010 1100011 0 1000100 110000 10001011 1100011 11010

Color Harmonies of #01852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01852A

Black with #01852A

Text Example


Text Example

White with #01852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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