Html Css Color HEX #2F5630 Parsley

📋 copy color: '#2F5630'

red 47 ◦ green 86 ◦ blue 48

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

Shades of Parsley #2F5630

Tints of Parsley #2F5630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.51%

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 25.97%
G = 47.51%
B = 26.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#2F5630 (or 0x2F5630) is known color: Parsley. HEX triplet: 2F, 56 and 30. RGB value is (47,86,48). Sum of RGB (Red+Green+Blue) = 47+86+48=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #2F5630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5630 is #D0A9CF. Grayscale: #464646. Windows color (decimal): -13674960 or 3167791. OLE color: 3167791.

HSL color Cylindrical-coordinate representation of color #2F5630: hue angle of 121.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5630 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 47 86 48 -
CMYK 0.45 0 0.44 0.66
HSL 121.54º 0.29% 0.26% -
HSV(B) 121.54º 0.45% 0.34% -
XYZ 5.03 7.47 3.97 -
YUV 70.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 47 86 48 0.45 0 0.44 0.66 121.54 0.29 0.26
Hex 2F 56 30 2D 0 2C 42 7A 1D 1A
Octal 57 126 60 55 0 54 102 172 35 32
Binary 101111 1010110 110000 101101 0 101100 1000010 1111010 11101 11010

Color Harmonies of #2F5630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5630

Black with #2F5630

Text Example


Text Example

White with #2F5630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,86,48); }

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

background-color css

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

 a { background-color: rgb(47,86,48); }

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

border-color css

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

 span { border-color: rgb(47,86,48); }

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