Html Css Color HEX #629302 Olive Drab

📋 copy color: '#629302'

red 98 ◦ green 147 ◦ blue 2

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

Shades of Olive Drab #629302

Tints of Olive Drab #629302

RGB

 RED value IS 98 (38.67% from 255) = 39.68%

 GREEN value IS 147 (57.81% from 255) = 59.51%

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

R = 39.68%
G = 59.51%
B = 0.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#629302 (or 0x629302) is known color: Olive Drab. HEX triplet: 62, 93 and 02. RGB value is (98,147,2). Sum of RGB (Red+Green+Blue) = 98+147+2=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #629302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629302 is #9D6CFD. Grayscale: #747474. Windows color (decimal): -10317054 or 168802. OLE color: 168802.

HSL color Cylindrical-coordinate representation of color #629302: hue angle of 80.28º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #629302 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 147 2 -
CMYK 0.33 0 0.99 0.42
HSL 80.28º 0.97% 0.29% -
HSV(B) 80.28º 0.99% 0.58% -
XYZ 15.48 23.47 3.77 -
YUV 115.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 98 147 2 0.33 0 0.99 0.42 80.28 0.97 0.29
Hex 62 93 2 21 0 63 2A 50 61 1D
Octal 142 223 2 41 0 143 52 120 141 35
Binary 1100010 10010011 10 100001 0 1100011 101010 1010000 1100001 11101

Color Harmonies of #629302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629302

Black with #629302

Text Example


Text Example

White with #629302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629302; }

 p { color: rgb(98,147,2); }

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

background-color css

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

 a { background-color: rgb(98,147,2); }

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

border-color css

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

 span { border-color: rgb(98,147,2); }

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