Html Css Color HEX #005202 Green

📋 copy color: '#005202'

red 0 ◦ green 82 ◦ blue 2

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

Shades of Green #005202

Tints of Green #005202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.38%

R = 0%
G = 97.62%
B = 2.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#005202 (or 0x005202) is known color: Green. HEX triplet: 00, 52 and 02. RGB value is (0,82,2). Sum of RGB (Red+Green+Blue) = 0+82+2=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 82 (32.42% from 255 or 97.62% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 82 - color contains mainly: green. Hex color #005202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005202 is #FFADFD. Grayscale: #303030. Windows color (decimal): -16756222 or 152064. OLE color: 152064.

HSL color Cylindrical-coordinate representation of color #005202: hue angle of 121.46º 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 #005202 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 2 -
CMYK 1 0 0.98 0.68
HSL 121.46º 1% 0.16% -
HSV(B) 121.46º 1% 0.32% -
XYZ 3.03 6.04 1.06 -
YUV 48.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 0 82 2 1 0 0.98 0.68 121.46 1 0.16
Hex 0 52 2 64 0 62 44 79 64 10
Octal 0 122 2 144 0 142 104 171 144 20
Binary 0 1010010 10 1100100 0 1100010 1000100 1111001 1100100 10000

Color Harmonies of #005202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005202

Black with #005202

Text Example


Text Example

White with #005202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005202; }

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

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

background-color css

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

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

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

border-color css

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

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

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