Html Css Color HEX #2F4C2E Parsley

📋 copy color: '#2F4C2E'

red 47 ◦ green 76 ◦ blue 46

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

Shades of Parsley #2F4C2E

Tints of Parsley #2F4C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.97%

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 27.81%
G = 44.97%
B = 27.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#2F4C2E (or 0x2F4C2E) is known color: Parsley. HEX triplet: 2F, 4C and 2E. RGB value is (47,76,46). Sum of RGB (Red+Green+Blue) = 47+76+46=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C2E is #D0B3D1. Grayscale: #404040. Windows color (decimal): -13677522 or 3034159. OLE color: 3034159.

HSL color Cylindrical-coordinate representation of color #2F4C2E: hue angle of 118º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4C2E is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 76 46 -
CMYK 0.38 0 0.39 0.70
HSL 118º 0.25% 0.24% -
HSV(B) 118º 0.39% 0.3% -
XYZ 4.25 5.97 3.51 -
YUV 63.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 47 76 46 0.38 0 0.39 0.70 118 0.25 0.24
Hex 2F 4C 2E 26 0 27 46 76 19 18
Octal 57 114 56 46 0 47 106 166 31 30
Binary 101111 1001100 101110 100110 0 100111 1000110 1110110 11001 11000

Color Harmonies of #2F4C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4C2E

Black with #2F4C2E

Text Example


Text Example

White with #2F4C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,76,46); }

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

background-color css

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

 a { background-color: rgb(47,76,46); }

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

border-color css

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

 span { border-color: rgb(47,76,46); }

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