Html Css Color HEX #018233 Dark Spring Green

📋 copy color: '#018233'

red 1 ◦ green 130 ◦ blue 51

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

Shades of Dark Spring Green #018233

Tints of Dark Spring Green #018233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 71.43%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 0.55%
G = 71.43%
B = 28.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#018233 (or 0x018233) is known color: Dark Spring Green. HEX triplet: 01, 82 and 33. RGB value is (1,130,51). Sum of RGB (Red+Green+Blue) = 1+130+51=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #018233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018233 is #FE7DCC. Grayscale: #525252. Windows color (decimal): -16678349 or 3375617. OLE color: 3375617.

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

Color convert

RGB 1 130 51 -
CMYK 0.99 0 0.61 0.49
HSL 143.26º 0.98% 0.26% -
HSV(B) 143.26º 0.99% 0.51% -
XYZ 8.59 16.21 5.81 -
YUV 82.42 110.26 69.92 -
System Red Green Blue C M Y K H S L
Decimal 1 130 51 0.99 0 0.61 0.49 143.26 0.98 0.26
Hex 1 82 33 63 0 3D 31 8F 62 1A
Octal 1 202 63 143 0 75 61 217 142 32
Binary 1 10000010 110011 1100011 0 111101 110001 10001111 1100010 11010

Color Harmonies of #018233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018233

Black with #018233

Text Example


Text Example

White with #018233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018233; }

 p { color: rgb(1,130,51); }

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

background-color css

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

 a { background-color: rgb(1,130,51); }

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

border-color css

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

 span { border-color: rgb(1,130,51); }

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