Html Css Color HEX #5F702A Rain Forest

📋 copy color: '#5F702A'

red 95 ◦ green 112 ◦ blue 42

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

Shades of Rain Forest #5F702A

Tints of Rain Forest #5F702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 38.15%
G = 44.98%
B = 16.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#5F702A (or 0x5F702A) is known color: Rain Forest. HEX triplet: 5F, 70 and 2A. RGB value is (95,112,42). Sum of RGB (Red+Green+Blue) = 95+112+42=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #5F702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F702A is #A08FD5. Grayscale: #636363. Windows color (decimal): -10522582 or 2781279. OLE color: 2781279.

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

Color convert

RGB 95 112 42 -
CMYK 0.15 0 0.62 0.56
HSL 74.57º 0.45% 0.3% -
HSV(B) 74.57º 0.63% 0.44% -
XYZ 10.93 14.19 4.35 -
YUV 98.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 95 112 42 0.15 0 0.62 0.56 74.57 0.45 0.3
Hex 5F 70 2A F 0 3E 38 4B 2D 1E
Octal 137 160 52 17 0 76 70 113 55 36
Binary 1011111 1110000 101010 1111 0 111110 111000 1001011 101101 11110

Color Harmonies of #5F702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F702A

Black with #5F702A

Text Example


Text Example

White with #5F702A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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