Html Css Color HEX #5F7029 Fiji Green

📋 copy color: '#5F7029'

red 95 ◦ green 112 ◦ blue 41

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

Shades of Fiji Green #5F7029

Tints of Fiji Green #5F7029

RGB

 RED value IS 95 (37.5% from 255) = 38.31%

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 38.31%
G = 45.16%
B = 16.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#5F7029 (or 0x5F7029) is known color: Fiji Green. HEX triplet: 5F, 70 and 29. RGB value is (95,112,41). Sum of RGB (Red+Green+Blue) = 95+112+41=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7029 is #A08FD6. Grayscale: #636363. Windows color (decimal): -10522583 or 2715743. OLE color: 2715743.

HSL color Cylindrical-coordinate representation of color #5F7029: hue angle of 74.37º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F7029 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 41 -
CMYK 0.15 0 0.63 0.56
HSL 74.37º 0.46% 0.3% -
HSV(B) 74.37º 0.63% 0.44% -
XYZ 10.91 14.18 4.26 -
YUV 98.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 95 112 41 0.15 0 0.63 0.56 74.37 0.46 0.3
Hex 5F 70 29 F 0 3F 38 4A 2E 1E
Octal 137 160 51 17 0 77 70 112 56 36
Binary 1011111 1110000 101001 1111 0 111111 111000 1001010 101110 11110

Color Harmonies of #5F7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7029

Black with #5F7029

Text Example


Text Example

White with #5F7029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,41); }

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

background-color css

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

 a { background-color: rgb(95,112,41); }

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

border-color css

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

 span { border-color: rgb(95,112,41); }

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