Html Css Color HEX #005201 Green

📋 copy color: '#005201'

red 0 ◦ green 82 ◦ blue 1

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

Shades of Green #005201

Tints of Green #005201

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 82 (32.42% from 255) = 98.8%

 BLUE value IS 1 (0.78% from 255) = 1.2%

R = 0%
G = 98.8%
B = 1.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#005201 (or 0x005201) is known color: Green. HEX triplet: 00, 52 and 01. RGB value is (0,82,1). Sum of RGB (Red+Green+Blue) = 0+82+1=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 82 (32.42% from 255 or 98.80% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 82 - color contains mainly: green. Hex color #005201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005201 is #FFADFE. Grayscale: #303030. Windows color (decimal): -16756223 or 86528. OLE color: 86528.

HSL color Cylindrical-coordinate representation of color #005201: hue angle of 120.73º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005201 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 1 -
CMYK 1 0 0.99 0.68
HSL 120.73º 1% 0.16% -
HSV(B) 120.73º 1% 0.32% -
XYZ 3.02 6.04 1.03 -
YUV 48.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 0 82 1 1 0 0.99 0.68 120.73 1 0.16
Hex 0 52 1 64 0 63 44 79 64 10
Octal 0 122 1 144 0 143 104 171 144 20
Binary 0 1010010 1 1100100 0 1100011 1000100 1111001 1100100 10000

Color Harmonies of #005201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005201

Black with #005201

Text Example


Text Example

White with #005201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005201; }

 p { color: rgb(0,82,1); }

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

background-color css

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

 a { background-color: rgb(0,82,1); }

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

border-color css

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

 span { border-color: rgb(0,82,1); }

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