Html Css Color HEX #528002 Fiji Green

📋 copy color: '#528002'

red 82 ◦ green 128 ◦ blue 2

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

Shades of Fiji Green #528002

Tints of Fiji Green #528002

RGB

 RED value IS 82 (32.42% from 255) = 38.68%

 GREEN value IS 128 (50.39% from 255) = 60.38%

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

R = 38.68%
G = 60.38%
B = 0.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#528002 (or 0x528002) is known color: Fiji Green. HEX triplet: 52, 80 and 02. RGB value is (82,128,2). Sum of RGB (Red+Green+Blue) = 82+128+2=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #528002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528002 is #AD7FFD. Grayscale: #646464. Windows color (decimal): -11370494 or 163922. OLE color: 163922.

HSL color Cylindrical-coordinate representation of color #528002: hue angle of 81.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #528002 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 2 -
CMYK 0.36 0 0.98 0.50
HSL 81.9º 0.97% 0.25% -
HSV(B) 81.9º 0.98% 0.5% -
XYZ 11.21 17.24 2.79 -
YUV 99.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 82 128 2 0.36 0 0.98 0.50 81.9 0.97 0.25
Hex 52 80 2 24 0 62 32 52 61 19
Octal 122 200 2 44 0 142 62 122 141 31
Binary 1010010 10000000 10 100100 0 1100010 110010 1010010 1100001 11001

Color Harmonies of #528002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528002

Black with #528002

Text Example


Text Example

White with #528002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528002; }

 p { color: rgb(82,128,2); }

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

background-color css

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

 a { background-color: rgb(82,128,2); }

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

border-color css

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

 span { border-color: rgb(82,128,2); }

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