Html Css Color HEX #2F502D Parsley

📋 copy color: '#2F502D'

red 47 ◦ green 80 ◦ blue 45

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

Shades of Parsley #2F502D

Tints of Parsley #2F502D

RGB

 RED value IS 47 (18.75% from 255) = 27.33%

 GREEN value IS 80 (31.64% from 255) = 46.51%

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

R = 27.33%
G = 46.51%
B = 26.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#2F502D (or 0x2F502D) is known color: Parsley. HEX triplet: 2F, 50 and 2D. RGB value is (47,80,45). Sum of RGB (Red+Green+Blue) = 47+80+45=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #2F502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F502D is #D0AFD2. Grayscale: #424242. Windows color (decimal): -13676499 or 2969647. OLE color: 2969647.

HSL color Cylindrical-coordinate representation of color #2F502D: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F502D is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 47 80 45 -
CMYK 0.41 0 0.44 0.69
HSL 116.57º 0.28% 0.25% -
HSV(B) 116.57º 0.44% 0.31% -
XYZ 4.51 6.53 3.51 -
YUV 66.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 47 80 45 0.41 0 0.44 0.69 116.57 0.28 0.25
Hex 2F 50 2D 29 0 2C 45 75 1C 19
Octal 57 120 55 51 0 54 105 165 34 31
Binary 101111 1010000 101101 101001 0 101100 1000101 1110101 11100 11001

Color Harmonies of #2F502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F502D

Black with #2F502D

Text Example


Text Example

White with #2F502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F502D; }

 p { color: rgb(47,80,45); }

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

background-color css

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

 a { background-color: rgb(47,80,45); }

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

border-color css

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

 span { border-color: rgb(47,80,45); }

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