Html Css Color HEX #507302 Fiji Green

📋 copy color: '#507302'

red 80 ◦ green 115 ◦ blue 2

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

Shades of Fiji Green #507302

Tints of Fiji Green #507302

RGB

 RED value IS 80 (31.64% from 255) = 40.61%

 GREEN value IS 115 (45.31% from 255) = 58.38%

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

R = 40.61%
G = 58.38%
B = 1.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#507302 (or 0x507302) is known color: Fiji Green. HEX triplet: 50, 73 and 02. RGB value is (80,115,2). Sum of RGB (Red+Green+Blue) = 80+115+2=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #507302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507302 is #AF8CFD. Grayscale: #5C5C5C. Windows color (decimal): -11504894 or 160592. OLE color: 160592.

HSL color Cylindrical-coordinate representation of color #507302: hue angle of 78.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #507302 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 2 -
CMYK 0.30 0 0.98 0.55
HSL 78.58º 0.97% 0.23% -
HSV(B) 78.58º 0.98% 0.45% -
XYZ 9.45 13.97 2.26 -
YUV 91.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 80 115 2 0.30 0 0.98 0.55 78.58 0.97 0.23
Hex 50 73 2 1E 0 62 37 4F 61 17
Octal 120 163 2 36 0 142 67 117 141 27
Binary 1010000 1110011 10 11110 0 1100010 110111 1001111 1100001 10111

Color Harmonies of #507302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507302

Black with #507302

Text Example


Text Example

White with #507302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507302; }

 p { color: rgb(80,115,2); }

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

background-color css

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

 a { background-color: rgb(80,115,2); }

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

border-color css

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

 span { border-color: rgb(80,115,2); }

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