Html Css Color HEX #627302 Fiji Green

📋 copy color: '#627302'

red 98 ◦ green 115 ◦ blue 2

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

Shades of Fiji Green #627302

Tints of Fiji Green #627302

RGB

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

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

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

R = 45.58%
G = 53.49%
B = 0.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#627302 (or 0x627302) is known color: Fiji Green. HEX triplet: 62, 73 and 02. RGB value is (98,115,2). Sum of RGB (Red+Green+Blue) = 98+115+2=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #627302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627302 is #9D8CFD. Grayscale: #616161. Windows color (decimal): -10325246 or 160610. OLE color: 160610.

HSL color Cylindrical-coordinate representation of color #627302: hue angle of 69.03º 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 #627302 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 115 2 -
CMYK 0.15 0 0.98 0.55
HSL 69.03º 0.97% 0.23% -
HSV(B) 69.03º 0.98% 0.45% -
XYZ 11.18 14.86 2.34 -
YUV 97.04 74.37 128.69 -
System Red Green Blue C M Y K H S L
Decimal 98 115 2 0.15 0 0.98 0.55 69.03 0.97 0.23
Hex 62 73 2 F 0 62 37 45 61 17
Octal 142 163 2 17 0 142 67 105 141 27
Binary 1100010 1110011 10 1111 0 1100010 110111 1000101 1100001 10111

Color Harmonies of #627302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627302

Black with #627302

Text Example


Text Example

White with #627302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627302; }

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

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

background-color css

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

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

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

border-color css

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

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

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