Html Css Color HEX #006302 Green

📋 copy color: '#006302'

red 0 ◦ green 99 ◦ blue 2

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

Shades of Green #006302

Tints of Green #006302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 98.02%

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

R = 0%
G = 98.02%
B = 1.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#006302 (or 0x006302) is known color: Green. HEX triplet: 00, 63 and 02. RGB value is (0,99,2). Sum of RGB (Red+Green+Blue) = 0+99+2=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 99 (39.06% from 255 or 98.02% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 99 - color contains mainly: green. Hex color #006302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006302 is #FF9CFD. Grayscale: #3A3A3A. Windows color (decimal): -16751870 or 156416. OLE color: 156416.

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

Color convert

RGB 0 99 2 -
CMYK 1 0 0.98 0.61
HSL 121.21º 1% 0.19% -
HSV(B) 121.21º 1% 0.39% -
XYZ 4.47 8.93 1.54 -
YUV 58.34 96.2 86.39 -
System Red Green Blue C M Y K H S L
Decimal 0 99 2 1 0 0.98 0.61 121.21 1 0.19
Hex 0 63 2 64 0 62 3D 79 64 13
Octal 0 143 2 144 0 142 75 171 144 23
Binary 0 1100011 10 1100100 0 1100010 111101 1111001 1100100 10011

Color Harmonies of #006302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006302

Black with #006302

Text Example


Text Example

White with #006302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006302; }

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

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

background-color css

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

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

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

border-color css

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

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

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