Html Css Color HEX #5F702D Rain Forest

📋 copy color: '#5F702D'

red 95 ◦ green 112 ◦ blue 45

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

Shades of Rain Forest #5F702D

Tints of Rain Forest #5F702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 37.7%
G = 44.44%
B = 17.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#5F702D (or 0x5F702D) is known color: Rain Forest. HEX triplet: 5F, 70 and 2D. RGB value is (95,112,45). Sum of RGB (Red+Green+Blue) = 95+112+45=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #5F702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F702D is #A08FD2. Grayscale: #636363. Windows color (decimal): -10522579 or 2977887. OLE color: 2977887.

HSL color Cylindrical-coordinate representation of color #5F702D: hue angle of 75.22º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F702D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 45 -
CMYK 0.15 0 0.60 0.56
HSL 75.22º 0.43% 0.31% -
HSV(B) 75.22º 0.6% 0.44% -
XYZ 10.99 14.21 4.65 -
YUV 99.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 95 112 45 0.15 0 0.60 0.56 75.22 0.43 0.31
Hex 5F 70 2D F 0 3C 38 4B 2B 1F
Octal 137 160 55 17 0 74 70 113 53 37
Binary 1011111 1110000 101101 1111 0 111100 111000 1001011 101011 11111

Color Harmonies of #5F702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F702D

Black with #5F702D

Text Example


Text Example

White with #5F702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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