Html Css Color HEX #5D9302 Olive Drab

📋 copy color: '#5D9302'

red 93 ◦ green 147 ◦ blue 2

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

Shades of Olive Drab #5D9302

Tints of Olive Drab #5D9302

RGB

 RED value IS 93 (36.72% from 255) = 38.43%

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

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

R = 38.43%
G = 60.74%
B = 0.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5D9302 (or 0x5D9302) is known color: Olive Drab. HEX triplet: 5D, 93 and 02. RGB value is (93,147,2). Sum of RGB (Red+Green+Blue) = 93+147+2=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9302 is #A26CFD. Grayscale: #727272. Windows color (decimal): -10644734 or 168797. OLE color: 168797.

HSL color Cylindrical-coordinate representation of color #5D9302: hue angle of 82.34º 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 #5D9302 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 147 2 -
CMYK 0.37 0 0.99 0.42
HSL 82.34º 0.97% 0.29% -
HSV(B) 82.34º 0.99% 0.58% -
XYZ 14.96 23.2 3.75 -
YUV 114.32 64.61 112.79 -
System Red Green Blue C M Y K H S L
Decimal 93 147 2 0.37 0 0.99 0.42 82.34 0.97 0.29
Hex 5D 93 2 25 0 63 2A 52 61 1D
Octal 135 223 2 45 0 143 52 122 141 35
Binary 1011101 10010011 10 100101 0 1100011 101010 1010010 1100001 11101

Color Harmonies of #5D9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9302

Black with #5D9302

Text Example


Text Example

White with #5D9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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