Html Css Color HEX #005302 Green

📋 copy color: '#005302'

red 0 ◦ green 83 ◦ blue 2

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

Shades of Green #005302

Tints of Green #005302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 97.65%

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

R = 0%
G = 97.65%
B = 2.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#005302 (or 0x005302) is known color: Green. HEX triplet: 00, 53 and 02. RGB value is (0,83,2). Sum of RGB (Red+Green+Blue) = 0+83+2=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 83 (32.81% from 255 or 97.65% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 83 - color contains mainly: green. Hex color #005302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005302 is #FFACFD. Grayscale: #313131. Windows color (decimal): -16755966 or 152320. OLE color: 152320.

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

Color convert

RGB 0 83 2 -
CMYK 1 0 0.98 0.67
HSL 121.45º 1% 0.16% -
HSV(B) 121.45º 1% 0.33% -
XYZ 3.1 6.19 1.09 -
YUV 48.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 0 83 2 1 0 0.98 0.67 121.45 1 0.16
Hex 0 53 2 64 0 62 43 79 64 10
Octal 0 123 2 144 0 142 103 171 144 20
Binary 0 1010011 10 1100100 0 1100010 1000011 1111001 1100100 10000

Color Harmonies of #005302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005302

Black with #005302

Text Example


Text Example

White with #005302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005302; }

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

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

background-color css

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

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

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

border-color css

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

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

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