Html Css Color HEX #018334 Dark Spring Green

📋 copy color: '#018334'

red 1 ◦ green 131 ◦ blue 52

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

Shades of Dark Spring Green #018334

Tints of Dark Spring Green #018334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 0.54%
G = 71.2%
B = 28.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#018334 (or 0x018334) is known color: Dark Spring Green. HEX triplet: 01, 83 and 34. RGB value is (1,131,52). Sum of RGB (Red+Green+Blue) = 1+131+52=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #018334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018334 is #FE7CCB. Grayscale: #535353. Windows color (decimal): -16678092 or 3441409. OLE color: 3441409.

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

Color convert

RGB 1 131 52 -
CMYK 0.99 0 0.60 0.49
HSL 143.54º 0.98% 0.26% -
HSV(B) 143.54º 0.99% 0.51% -
XYZ 8.75 16.49 5.97 -
YUV 83.12 110.43 69.42 -
System Red Green Blue C M Y K H S L
Decimal 1 131 52 0.99 0 0.60 0.49 143.54 0.98 0.26
Hex 1 83 34 63 0 3C 31 90 62 1A
Octal 1 203 64 143 0 74 61 220 142 32
Binary 1 10000011 110100 1100011 0 111100 110001 10010000 1100010 11010

Color Harmonies of #018334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018334

Black with #018334

Text Example


Text Example

White with #018334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018334; }

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

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

background-color css

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

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

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

border-color css

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

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

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