Html Css Color HEX #2F612E Parsley

📋 copy color: '#2F612E'

red 47 ◦ green 97 ◦ blue 46

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

Shades of Parsley #2F612E

Tints of Parsley #2F612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.05%

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

R = 24.74%
G = 51.05%
B = 24.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#2F612E (or 0x2F612E) is known color: Parsley. HEX triplet: 2F, 61 and 2E. RGB value is (47,97,46). Sum of RGB (Red+Green+Blue) = 47+97+46=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612E is #D09ED1. Grayscale: #4C4C4C. Windows color (decimal): -13672146 or 3039535. OLE color: 3039535.

HSL color Cylindrical-coordinate representation of color #2F612E: hue angle of 118.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F612E is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 97 46 -
CMYK 0.52 0 0.53 0.62
HSL 118.82º 0.36% 0.28% -
HSV(B) 118.82º 0.53% 0.38% -
XYZ 5.94 9.35 4.08 -
YUV 76.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 47 97 46 0.52 0 0.53 0.62 118.82 0.36 0.28
Hex 2F 61 2E 34 0 35 3E 77 24 1C
Octal 57 141 56 64 0 65 76 167 44 34
Binary 101111 1100001 101110 110100 0 110101 111110 1110111 100100 11100

Color Harmonies of #2F612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F612E

Black with #2F612E

Text Example


Text Example

White with #2F612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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